aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcen1 <klemenferjancic@hotmail.com>2016-07-04 23:23:56 +0200
committercen1 <klemenferjancic@hotmail.com>2016-07-04 23:23:56 +0200
commitbf8b5f27bce669943bb85fa886e4cb73938435e7 (patch)
tree8c549f34c07f72953b4da3e2e432d148670de7fc /CMakeLists.txt
parent9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3 (diff)
Revert "Fixed include dir for header files"
This reverts commit 9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 75575fa..a02f95f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -325,7 +325,7 @@ if(WIN32)
endif()
install(TARGETS storm RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib FRAMEWORK DESTINATION /Library/Frameworks)
-install(FILES src/StormLib.h src/StormPort.h DESTINATION include/stormlib)
+install(FILES src/StormLib.h src/StormPort.h DESTINATION include)
#CPack configurtion
SET(CPACK_GENERATOR "DEB" "RPM")