aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/marisa-trie/enable-debug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/marisa-trie/enable-debug.patch')
-rw-r--r--vcpkg/ports/marisa-trie/enable-debug.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/marisa-trie/enable-debug.patch b/vcpkg/ports/marisa-trie/enable-debug.patch
new file mode 100644
index 0000000..e9bbb49
--- /dev/null
+++ b/vcpkg/ports/marisa-trie/enable-debug.patch
@@ -0,0 +1,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()