diff --git a/CMakeLists.txt b/CMakeLists.txt index a00be40..1fce4fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -256,7 +256,6 @@ endif() install( TARGETS marisa EXPORT MarisaTargets - CONFIGURATIONS Release DESTINATION ${LIB_INSTALL_DIR} COMPONENT Library ) @@ -270,7 +269,6 @@ install( if(ENABLE_TOOLS) install( TARGETS ${MARISA_TOOLS} - CONFIGURATIONS Release COMPONENT Binaries ) endif()