diff --git a/src/apps/CMakeLists.txt b/src/apps/CMakeLists.txt index e031d0c..dad5332 100644 --- a/src/apps/CMakeLists.txt +++ b/src/apps/CMakeLists.txt @@ -29,7 +29,6 @@ endif() install(TARGETS profit-cli EXPORT profit-targets - RUNTIME DESTINATION bin ) if (LIBPROFIT_TEST) diff --git a/src/profit/CMakeLists.txt b/src/profit/CMakeLists.txt index 8cdb0ef..2e791e1 100644 --- a/src/profit/CMakeLists.txt +++ b/src/profit/CMakeLists.txt @@ -128,8 +128,6 @@ target_include_directories(profit PRIVATE ${PROFIT_INCLUDE_DIRS}) # install(TARGETS profit EXPORT profit-targets - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib ) install(FILES ${PUBLIC_HEADERS}