diff options
author | Brad King <brad.king@kitware.com> | 2013-01-23 20:10:58 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-01-23 20:10:58 (GMT) |
commit | 8b4a2e02236f1535025806a7fbc139b15a17522f (patch) | |
tree | 07086cb90df8ee39a8494f87f7419fbeedb63940 /Tests | |
parent | f81e09355b4b5291d01b7218db95ac064c6fa201 (diff) | |
parent | bc65b74fa64bdd736eb67b6e579aa1db347f7790 (diff) | |
download | CMake-8b4a2e02236f1535025806a7fbc139b15a17522f.zip CMake-8b4a2e02236f1535025806a7fbc139b15a17522f.tar.gz CMake-8b4a2e02236f1535025806a7fbc139b15a17522f.tar.bz2 |
Merge topic 'vs11-external-include'
bc65b74 VS11: Fix VSExternalInclude test
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/VSExternalInclude/Lib1/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/VSExternalInclude/Lib2/CMakeLists.txt | 1 |
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) |