summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-01-23 20:10:58 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-01-23 20:10:58 (GMT)
commit8b4a2e02236f1535025806a7fbc139b15a17522f (patch)
tree07086cb90df8ee39a8494f87f7419fbeedb63940
parentf81e09355b4b5291d01b7218db95ac064c6fa201 (diff)
parentbc65b74fa64bdd736eb67b6e579aa1db347f7790 (diff)
downloadCMake-8b4a2e02236f1535025806a7fbc139b15a17522f.zip
CMake-8b4a2e02236f1535025806a7fbc139b15a17522f.tar.gz
CMake-8b4a2e02236f1535025806a7fbc139b15a17522f.tar.bz2
Merge topic 'vs11-external-include'
bc65b74 VS11: Fix VSExternalInclude test
-rw-r--r--Tests/VSExternalInclude/Lib1/CMakeLists.txt1
-rw-r--r--Tests/VSExternalInclude/Lib2/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/Tests/VSExternalInclude/Lib1/CMakeLists.txt b/Tests/VSExternalInclude/Lib1/CMakeLists.txt
index 1cb01c5..9dfac86 100644
--- a/Tests/VSExternalInclude/Lib1/CMakeLists.txt
+++ b/Tests/VSExternalInclude/Lib1/CMakeLists.txt
@@ -1,3 +1,4 @@
+set(CMAKE_SUPPRESS_REGENERATION 1)
project(LIB1)
set(SOURCES lib1.cpp)
diff --git a/Tests/VSExternalInclude/Lib2/CMakeLists.txt b/Tests/VSExternalInclude/Lib2/CMakeLists.txt
index f726c3f..f451354 100644
--- a/Tests/VSExternalInclude/Lib2/CMakeLists.txt
+++ b/Tests/VSExternalInclude/Lib2/CMakeLists.txt
@@ -1,3 +1,4 @@
+set(CMAKE_SUPPRESS_REGENERATION 1)
project(VSEXTERNAL_LIB2)
include_directories(${VSEXTERNAL_LIB2_SOURCE_DIR}/../Lib1)