From 179dc3c7ac9048dccf69a50296ff3543d5bffe5e Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 29 Mar 2005 15:33:46 -0500 Subject: ENH: better test for subdirs --- Tests/OutOfSource/SubDir/CMakeLists.txt | 4 ++-- 1 file 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) -- cgit v0.12