summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-22 20:51:00 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-22 20:51:00 (GMT)
commiteffeac8aabb233ea6c4dc6773cc96ede0bb29df7 (patch)
treee13ce654d623096e1ac6cdfde65b8fb323859911 /Tests
parent9cca063c7d7d2c9f9e35129fe10e39071d321b19 (diff)
downloadCMake-effeac8aabb233ea6c4dc6773cc96ede0bb29df7.zip
CMake-effeac8aabb233ea6c4dc6773cc96ede0bb29df7.tar.gz
CMake-effeac8aabb233ea6c4dc6773cc96ede0bb29df7.tar.bz2
make it verbose
Diffstat (limited to 'Tests')
-rw-r--r--Tests/SimpleInstall/CMakeLists.txt2
-rw-r--r--Tests/SimpleInstallS2/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/SimpleInstall/CMakeLists.txt b/Tests/SimpleInstall/CMakeLists.txt
index 706008c..10ce2c7 100644
--- a/Tests/SimpleInstall/CMakeLists.txt
+++ b/Tests/SimpleInstall/CMakeLists.txt
@@ -1,5 +1,5 @@
PROJECT (TestSimpleInstall)
-
+SET(CMAKE_VERBOSE_MAKEFILE 1)
#SET(EXECUTABLE_OUTPUT_PATH "${TestSimpleInstall_BINARY_DIR}/This is exec path")
SET(EXECUTABLE_OUTPUT_PATH "${TestSimpleInstall_BINARY_DIR}/ExecPath")
SET(LIBRARY_OUTPUT_PATH "${EXECUTABLE_OUTPUT_PATH}")
diff --git a/Tests/SimpleInstallS2/CMakeLists.txt b/Tests/SimpleInstallS2/CMakeLists.txt
index 706008c..10ce2c7 100644
--- a/Tests/SimpleInstallS2/CMakeLists.txt
+++ b/Tests/SimpleInstallS2/CMakeLists.txt
@@ -1,5 +1,5 @@
PROJECT (TestSimpleInstall)
-
+SET(CMAKE_VERBOSE_MAKEFILE 1)
#SET(EXECUTABLE_OUTPUT_PATH "${TestSimpleInstall_BINARY_DIR}/This is exec path")
SET(EXECUTABLE_OUTPUT_PATH "${TestSimpleInstall_BINARY_DIR}/ExecPath")
SET(LIBRARY_OUTPUT_PATH "${EXECUTABLE_OUTPUT_PATH}")