ENH: better test for subdirs

This commit is contained in:
Ken Martin 2005-03-29 15:33:46 -05:00
parent c940351914
commit 179dc3c7ac
1 changed files with 2 additions and 2 deletions

View File

@ -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)