diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-08 12:26:32 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-08 12:26:32 -0400 |
commit | 2e4258efc16a805fb6cc1a42426046f0f015657b (patch) | |
tree | 7fab61cfbd2d1d3b09bd6b4cb1e5cc5c33ce9b62 /Tests/SimpleInstallS2 | |
parent | 2f42e93427902a8afa28ee3fe796768242452fbc (diff) | |
download | cmake-2e4258efc16a805fb6cc1a42426046f0f015657b.tar.gz |
ENH: shift to using ADD_SUBDIRECTORY
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 02c5c3cbdb..9fe6848ff2 100644 --- a/Tests/SimpleInstallS2/CMakeLists.txt +++ b/Tests/SimpleInstallS2/CMakeLists.txt @@ -43,7 +43,7 @@ IF(STAGE2) INSTALL_TARGETS(/bin SimpleInstallS2) ELSE(STAGE2) IF(CMAKE_GENERATOR MATCHES "Makefiles") - SUBDIRS(PREORDER TestSubDir) + ADD_SUBDIRECTORY(TestSubDir) ENDIF(CMAKE_GENERATOR MATCHES "Makefiles") # this is stage 1, so create libraries and modules and install everything |