From 9a326a48e7b1624a9f15d3b9617bf23b2bbea034 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 12 Sep 2005 14:26:45 -0400 Subject: ENH: convert to work with the new syntax for ADD_SUBDIRECTORY --- Tests/OutOfSource/SubDir/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/OutOfSource/SubDir/CMakeLists.txt b/Tests/OutOfSource/SubDir/CMakeLists.txt index 02bb9b7..47fa54b 100644 --- a/Tests/OutOfSource/SubDir/CMakeLists.txt +++ b/Tests/OutOfSource/SubDir/CMakeLists.txt @@ -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 ) -- cgit v0.12