From: regrain Date: Fri, 4 Feb 2005 10:59:26 +0000 (+0000) Subject: * FIX : bug for a bad directory X-Git-Tag: Version1.0.bp~91 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8f38e5061bcb7bebaea78024d8d743ab973e2dab;p=gdcm.git * FIX : bug for a bad directory --- 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)