From 24eba55f0cd9fc32bf78e307e19d5f731fcb04c1 Mon Sep 17 00:00:00 2001 From: LordPsyan Date: Fri, 10 Aug 2012 14:24:26 -0500 Subject: [PATCH] [0057] Fixed Linux compile --- dep/StormLib/CMakeLists.txt | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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__