Rex Dieter 29094f
From 301c01d7dd9028980d2febb5f743f70aaa048847 Mon Sep 17 00:00:00 2001
Rex Dieter 29094f
From: Alexander Neundorf <neundorf@kde.org>
Rex Dieter 29094f
Date: Fri, 8 May 2009 23:16:07 +0000
Rex Dieter 29094f
Subject: [PATCH 12/33] -support installing in the nightly build
Rex Dieter 29094f
Rex Dieter 29094f
Alex
Rex Dieter 29094f
Rex Dieter 29094f
Rex Dieter 29094f
Rex Dieter 29094f
svn path=/trunk/kdesupport/automoc/; revision=965459
Rex Dieter 29094f
---
Rex Dieter 29094f
 Automoc4Nightly.cmake | 3 +++
Rex Dieter 29094f
 1 file changed, 3 insertions(+)
Rex Dieter 29094f
Rex Dieter 29094f
diff --git a/Automoc4Nightly.cmake b/Automoc4Nightly.cmake
Rex Dieter 29094f
index 8504f98..a4cd5a8 100644
Rex Dieter 29094f
--- a/Automoc4Nightly.cmake
Rex Dieter 29094f
+++ b/Automoc4Nightly.cmake
Rex Dieter 29094f
@@ -23,8 +23,11 @@ ctest_update(SOURCE "${CTEST_SOURCE_DIRECTORY}" )
Rex Dieter 29094f
 include("${CTEST_SOURCE_DIRECTORY}/CTestConfig.cmake")
Rex Dieter 29094f
 include("${CTEST_SOURCE_DIRECTORY}/CTestCustom.cmake" OPTIONAL)
Rex Dieter 29094f
 
Rex Dieter 29094f
+kde_ctest_write_initial_cache("${CTEST_BINARY_DIRECTORY}" CMAKE_INSTALL_PREFIX )
Rex Dieter 29094f
+
Rex Dieter 29094f
 ctest_configure(BUILD "${CTEST_BINARY_DIRECTORY}" )
Rex Dieter 29094f
 ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}" )
Rex Dieter 29094f
 ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}" )
Rex Dieter 29094f
 ctest_submit()
Rex Dieter 29094f
 
Rex Dieter 29094f
+kde_ctest_install( "${CTEST_BINARY_DIRECTORY}" )
Rex Dieter 29094f
-- 
Rex Dieter 29094f
2.4.3
Rex Dieter 29094f