diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-22 20:51:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-22 20:51:00 (GMT) |
commit | effeac8aabb233ea6c4dc6773cc96ede0bb29df7 (patch) | |
tree | e13ce654d623096e1ac6cdfde65b8fb323859911 /Tests/SimpleInstallS2 | |
parent | 9cca063c7d7d2c9f9e35129fe10e39071d321b19 (diff) | |
download | CMake-effeac8aabb233ea6c4dc6773cc96ede0bb29df7.zip CMake-effeac8aabb233ea6c4dc6773cc96ede0bb29df7.tar.gz CMake-effeac8aabb233ea6c4dc6773cc96ede0bb29df7.tar.bz2 |
make it verbose
Diffstat (limited to 'Tests/SimpleInstallS2')
-rw-r--r-- | Tests/SimpleInstallS2/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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}") |