diff options
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 8e9a19c..f13e581 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -839,4 +839,4 @@ IF(BUILD_TESTING) ENDIF(BUILD_TESTING) -ADD_SUBDIRECTORY(CMakeTests) +SUBDIRS(CMakeTests) |