|
From: Lasse Kärkkäi. <tr...@us...> - 2012-11-12 22:16:21
|
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon Nov 12 23:41:01 2012 +0200
Disable performous-packaging.cmake (it is no longer up to date).
---
CMakeLists.txt | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d7bb77c..0a8567f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,10 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
message(FATAL_ERROR "In-source builds are not permitted. Make a separate folder for building:\nmkdir build; cd build; cmake ..\nBefore that, remove the files already created:\nrm -rf CMakeCache.txt CMakeFiles")
endif(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
-include(cmake/performous-packaging.cmake)
+# Packaging support (CPack) is disabled since Performous 0.7 release.
+# If you are still using this, uncomment the following line (and update the file).
+# Let us know if you still need it because otherwise we'll remove it entirely.
+#include(cmake/performous-packaging.cmake)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
|