File: adjust-cmake-file-location.patch

package info (click to toggle)
schroedinger-coordgenlibs 3.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,248 kB
  • sloc: cpp: 17,910; python: 128; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -129,7 +129,7 @@
 
 install(EXPORT coordgen-targets
     FILE ${PROJECT_NAME}-config.cmake
-    DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
+    DESTINATION ${CMAKE_INSTALL_LIBDIR}/coordgen/cmake)
 
 # Example
 if(COORDGEN_BUILD_EXAMPLE)