summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/magrathea_release.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-09-19 16:33:11 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-09-19 16:33:11 (GMT)
commit9d8e59db71833dce7133bac48e461e388223eb51 (patch)
treeffe24aaf87035587dfb8b8f2d3c9edb0a7b1f42d /Utilities/Release/magrathea_release.cmake
parentea12871241e1a943be75e7c987f71f54ec3f3908 (diff)
parent6674583caa20244d90aa14a67d059e7228a9f169 (diff)
downloadCMake-9d8e59db71833dce7133bac48e461e388223eb51.zip
CMake-9d8e59db71833dce7133bac48e461e388223eb51.tar.gz
CMake-9d8e59db71833dce7133bac48e461e388223eb51.tar.bz2
Merge branch 'use-generator-target' into AutomocUseTargetProperties
Diffstat (limited to 'Utilities/Release/magrathea_release.cmake')
-rw-r--r--Utilities/Release/magrathea_release.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/Release/magrathea_release.cmake b/Utilities/Release/magrathea_release.cmake
index 1b2ae02..4783fda 100644
--- a/Utilities/Release/magrathea_release.cmake
+++ b/Utilities/Release/magrathea_release.cmake
@@ -3,11 +3,17 @@ set(HOST magrathea)
set(MAKE_PROGRAM "make")
set(CC gcc332s)
set(CXX c++332s)
+set(CFLAGS -DDT_RUNPATH=29)
+set(CXXFLAGS -DDT_RUNPATH=29)
set(INITIAL_CACHE "
CMAKE_BUILD_TYPE:STRING=Release
CURSES_LIBRARY:FILEPATH=/usr/i686-gcc-332s/lib/libncurses.a
CURSES_INCLUDE_PATH:PATH=/usr/i686-gcc-332s/include/ncurses
FORM_LIBRARY:FILEPATH=/usr/i686-gcc-332s/lib/libform.a
+CMAKE_USE_OPENSSL:BOOL=ON
+OPENSSL_CRYPTO_LIBRARY:FILEPATH=/home/kitware/openssl-1.0.1c-install/lib/libcrypto.a
+OPENSSL_INCLUDE_DIR:PATH=/home/kitware/openssl-1.0.1c-install/include
+OPENSSL_SSL_LIBRARY:FILEPATH=/home/kitware/openssl-1.0.1c-install/lib/libssl.a
CPACK_SYSTEM_NAME:STRING=Linux-i386
BUILD_QtDialog:BOOL:=TRUE
QT_QMAKE_EXECUTABLE:FILEPATH=/home/kitware/qt-4.43-install/bin/qmake