ENH: convert to work with the new syntax for ADD_SUBDIRECTORY
This commit is contained in:
parent
4cb9d2fd96
commit
9a326a48e7
|
@ -1,4 +1,3 @@
|
|||
PROJECT(ANOTHER_PROJ)
|
||||
# subdir to a sibling dir
|
||||
ADD_SUBDIRECTORY(OutOfSourceSubdir
|
||||
${OutOfSource_SOURCE_DIR}/${KEN}OutOfSourceSubdir)
|
||||
ADD_SUBDIRECTORY(${OutOfSource_SOURCE_DIR}/${KEN}OutOfSourceSubdir OutOfSourceSubdir )
|
||||
|
|
Loading…
Reference in New Issue