From c5618e6b8276e1b21bbea354fe8bcba3c78eb4bd Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 4 May 2004 21:09:24 +0000 Subject: [PATCH] reintroduce testing --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38495bcf..67f483b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,8 @@ INSTALL_FILES(/include .h gdcmConfigure.h) #----------------------------------------------------------------------------- # Add the testing directories +OPTION(BUILD_TESTING "Build testing." ON) + IF(BUILD_TESTING) ENABLE_TESTING() INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) -- 2.45.1