Skip to content

Commit 876cdb9

Browse files
authored
Merge pull request #5386 from markrtuttle/cmake-install-target-correction
Correct make install reference to nonexistent goto-cl->goto-cc target
2 parents a49e636 + 6918348 commit 876cdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-cc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ target_link_libraries(goto-cc goto-cc-lib)
2828

2929
if(WIN32)
3030
set_target_properties(goto-cc PROPERTIES OUTPUT_NAME goto-cl)
31-
install(TARGETS goto-cl DESTINATION ${CMAKE_INSTALL_BINDIR})
31+
install(TARGETS goto-cc DESTINATION ${CMAKE_INSTALL_BINDIR})
3232
else()
3333
add_custom_command(TARGET goto-cc
3434
POST_BUILD

0 commit comments

Comments
 (0)