summaryrefslogtreecommitdiffstats
path: root/Tests/VSExternalInclude
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-14 20:35:39 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-14 20:35:39 (GMT)
commit785371af59ddc353a6af81d11bf0ec81c2488f53 (patch)
treed6bbeb12aa06ae2a13ea7a5199433fea91e43cba /Tests/VSExternalInclude
parentb39b3d8d11a7253f5defe52ff14dc6425cee8e8a (diff)
downloadCMake-785371af59ddc353a6af81d11bf0ec81c2488f53.zip
CMake-785371af59ddc353a6af81d11bf0ec81c2488f53.tar.gz
CMake-785371af59ddc353a6af81d11bf0ec81c2488f53.tar.bz2
ENH: add a test for external projects
Diffstat (limited to 'Tests/VSExternalInclude')
-rw-r--r--Tests/VSExternalInclude/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/VSExternalInclude/CMakeLists.txt b/Tests/VSExternalInclude/CMakeLists.txt
index e5baa04..19a85e3 100644
--- a/Tests/VSExternalInclude/CMakeLists.txt
+++ b/Tests/VSExternalInclude/CMakeLists.txt
@@ -1,9 +1,9 @@
PROJECT(VSExternalInclude)
IF(${CMAKE_GENERATOR} MATCHES "Visual Studio 6")
-SET(PROJECT_EXT dps)
+ SET(PROJECT_EXT dps)
ELSE(${CMAKE_GENERATOR} MATCHES "Visual Studio 6")
-SET(PROJECT_EXT vcproj)
+ SET(PROJECT_EXT vcproj)
ENDIF(${CMAKE_GENERATOR} MATCHES "Visual Studio 6")