Browse Source

ENH: better test for subdirs

Ken Martin 21 years ago
parent
commit
179dc3c7ac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Tests/OutOfSource/SubDir/CMakeLists.txt

+ 2 - 2
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)