diff --git a/dep/StormLib/CMakeLists.txt b/dep/StormLib/CMakeLists.txt index ce19e672d..6404fb4da 100644 --- a/dep/StormLib/CMakeLists.txt +++ b/dep/StormLib/CMakeLists.txt @@ -300,5 +300,5 @@ if(WIN32) set_target_properties(storm PROPERTIES OUTPUT_NAME StormLib) endif() -install(TARGETS storm RUNTIME DESTINATION ${LIB_INSTALL_DIR} LIBRARY DESTINATION ${LIB_INSTALL_DIR} ARCHIVE DESTINATION ${LIB_INSTALL_DIR} FRAMEWORK DESTINATION /Library/Frameworks) -install(FILES src/StormLib.h src/StormPort.h DESTINATION ${INCLUDE_INSTALL_DIR}) \ No newline at end of file +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) \ No newline at end of file diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 944581ea9..0692aebeb 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "0056" + #define REVISION_NR "0057" #endif // __REVISION_NR_H__