From bf8b5f27bce669943bb85fa886e4cb73938435e7 Mon Sep 17 00:00:00 2001 From: cen1 Date: Mon, 4 Jul 2016 23:23:56 +0200 Subject: Revert "Fixed include dir for header files" This reverts commit 9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3