From 8f38e5061bcb7bebaea78024d8d743ab973e2dab Mon Sep 17 00:00:00 2001 From: regrain Date: Fri, 4 Feb 2005 10:59:26 +0000 Subject: [PATCH] * FIX : bug for a bad directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1493505a..af45c082 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(Testing) + SUBDIRS(Test) ENDIF(BUILD_TESTING) -- 2.45.0