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.
2 parents a49e636 + 6918348 commit 876cdb9Copy full SHA for 876cdb9
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