mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
ENH: better test for subdirs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user