diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/OutOfSource/SubDir/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 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 ) |