Skip to content

Commit

Permalink
cmake build: fix install lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlivio committed Apr 26, 2021
1 parent d535ab4 commit b055fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ set (CPACK_DEBIAN_REPLACES "xz")

install (DIRECTORY ${CMAKE_BINARY_OUTPUT_DIR} DESTINATION bin)
include(GNUInstallDirs)
install(TARGETS libginga)
install(TARGETS libginga DESTINATION bin)
install (TARGETS ginga DESTINATION bin)
if (WITH_GINGAGUI_GTK)
install (TARGETS gingagui DESTINATION bin)
Expand Down

0 comments on commit b055fc5

Please sign in to comment.