blob: e9bbb49816748cb5ec98b42d0492e74ff2cadfc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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()
|