diff options
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1ddf5b0..e5c4ab7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -114,13 +114,8 @@ endif() #{{{ Installation install(TARGETS uca LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - COMPONENT libraries) - -if(WIN32) -install(TARGETS uca RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT libraries) -endif() install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libuca.pc DESTINATION ${CMAKE_INSTALL_PKGCONFIGDIR} |