We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49e636 commit 6918348Copy full SHA for 6918348
src/goto-cc/CMakeLists.txt
@@ -28,7 +28,7 @@ target_link_libraries(goto-cc goto-cc-lib)
28
29
if(WIN32)
30
set_target_properties(goto-cc PROPERTIES OUTPUT_NAME goto-cl)
31
- install(TARGETS goto-cl DESTINATION ${CMAKE_INSTALL_BINDIR})
+ install(TARGETS goto-cc DESTINATION ${CMAKE_INSTALL_BINDIR})
32
else()
33
add_custom_command(TARGET goto-cc
34
POST_BUILD
0 commit comments