Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9f4ea0f

Browse files
committed
Fix a typo in data/languages/cpp/CMakeLists.txt
1 parent 70741b9 commit 9f4ea0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎data/languages/cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ target_sources(solution_cpp PRIVATE
2828
problemtest.cpp
2929
)
3030

31-
set(CMAKE_INSTALL_DiR ${CMAKE_CURRENT_SOURCE_DIR}/bin)
31+
set(CMAKE_INSTALL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/bin)
3232

3333
install(TARGETS solution_cpp
3434
CONFIGURATIONS Release
35-
RUNTIME DESTINATION ${CMAKE_INSTALL_DiR}
35+
RUNTIME DESTINATION ${CMAKE_INSTALL_DIR}
3636
)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /