support-debug-install.diff 435 B

1234567891011121314151617181920
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index a00be40..1fce4fb 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -256,7 +256,6 @@ endif()
  6. install(
  7. TARGETS marisa
  8. EXPORT MarisaTargets
  9. - CONFIGURATIONS Release
  10. DESTINATION ${LIB_INSTALL_DIR}
  11. COMPONENT Library
  12. )
  13. @@ -270,7 +269,6 @@ install(
  14. if(ENABLE_TOOLS)
  15. install(
  16. TARGETS ${MARISA_TOOLS}
  17. - CONFIGURATIONS Release
  18. COMPONENT Binaries
  19. )
  20. endif()