diff options
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/CMakeLists.txt')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt index 5cf4054..366fe38 100644 --- a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt @@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex # has no side-effects on the current Makefile (duplicated source file # due to source list expansion done twice). # -SUBDIRS(required) +SUBDIRS(Temp) # # Extra coverage.Not used. |