diff options
Diffstat (limited to 'Tests/CMakeTests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeTests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/CMakeLists.txt b/Tests/CMakeTests/CMakeLists.txt index a1962bf..0b10dc3 100644 --- a/Tests/CMakeTests/CMakeLists.txt +++ b/Tests/CMakeTests/CMakeLists.txt @@ -36,4 +36,4 @@ if(do_cvs_tests) "-DCVS_EXECUTABLE:STRING=${CVS_EXECUTABLE}" ) AddCMakeTest(CheckSourceTree "${CheckSourceTree_PreArgs}") -endif() +endif(do_cvs_tests) |