blob: 1a3b25440b8b9a17763dd3ea21373fbad903b59b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Quantis/CMakeLists.txt.orig 2011-05-27 14:12:20.000000000 +0200
+++ Quantis/CMakeLists.txt 2011-05-27 14:15:01.000000000 +0200
@@ -151,7 +151,7 @@
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIB_DIR}
)
-INSTALL(FILES ${Public_Headers} DESTINATION include)
+INSTALL(FILES ${Public_Headers} DESTINATION include/Quantis)
########## Quantis Compatilibity Libraries ##########
|