ENH: convert to work with the new syntax for ADD_SUBDIRECTORY

This commit is contained in:
Ken Martin 2005-09-12 14:26:45 -04:00
parent 4cb9d2fd96
commit 9a326a48e7
1 changed files with 1 additions and 2 deletions

View File

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