Skip to content

Commit

Permalink
Merge pull request #53 from noscript/install_fix
Browse files Browse the repository at this point in the history
Install cpsm_py.so once
  • Loading branch information
nixprime committed Aug 1, 2020
2 parents 900023c + 44f94b8 commit 4226a08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ if(APPLE)
set_target_properties(cpsm_py PROPERTIES SUFFIX ".so")
endif()
install(TARGETS cpsm_py DESTINATION ${PROJECT_SOURCE_DIR}/autoload)
install(TARGETS cpsm_py DESTINATION ${PROJECT_SOURCE_DIR}/bin)

add_executable(cpsm_cli src/cpsm_cli_main.cc)
target_link_libraries(cpsm_cli cpsm_core ${Boost_PROGRAM_OPTIONS_LIBRARIES})
Expand Down

0 comments on commit 4226a08

Please sign in to comment.