From 51abd894d28414395ba07e24487276e85f4cd604 Mon Sep 17 00:00:00 2001 From: regrain Date: Fri, 4 Feb 2005 11:19:40 +0000 Subject: [PATCH] * oups, revert my last commit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af45c082..1493505a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,7 @@ IF(BUILD_TESTING) ENABLE_TESTING() INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) MARK_AS_ADVANCED(DART_ROOT) - SUBDIRS(Test) + SUBDIRS(Testing) ENDIF(BUILD_TESTING) -- 2.45.0