summaryrefslogtreecommitdiffstats
path: root/Tests/OutOfSource
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-03-29 20:33:46 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-03-29 20:33:46 (GMT)
commit179dc3c7ac9048dccf69a50296ff3543d5bffe5e (patch)
treeef96079f64b91e9842f49b18a6ea1d44a7229b56 /Tests/OutOfSource
parentc9403519149ee70092d003320ae4c6a2653fc905 (diff)
downloadCMake-179dc3c7ac9048dccf69a50296ff3543d5bffe5e.zip
CMake-179dc3c7ac9048dccf69a50296ff3543d5bffe5e.tar.gz
CMake-179dc3c7ac9048dccf69a50296ff3543d5bffe5e.tar.bz2
ENH: better test for subdirs
Diffstat (limited to 'Tests/OutOfSource')
-rw-r--r--Tests/OutOfSource/SubDir/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/OutOfSource/SubDir/CMakeLists.txt b/Tests/OutOfSource/SubDir/CMakeLists.txt
index 13b8c88..b1d988d 100644
--- a/Tests/OutOfSource/SubDir/CMakeLists.txt
+++ b/Tests/OutOfSource/SubDir/CMakeLists.txt
@@ -1,3 +1,3 @@
+PROJECT(ANOTHER_PROJ)
# subdir to a sibling dir
-MESSAGE ("Ken is ${KEN}")
-SUBDIRS(${PROJECT_SOURCE_DIR}/${KEN}OutOfSourceSubdir)
+SUBDIRS(${OutOfSource_SOURCE_DIR}/${KEN}OutOfSourceSubdir)