diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-16 18:29:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-16 18:29:32 (GMT) |
commit | c8965ce8c3c579e0fa07e9959f6da5ef26243182 (patch) | |
tree | 98d6e1f3165267ded1d657a8a35584ddd53c9163 /CMakeLists.txt | |
parent | 3caedbdddb285909854833375ef736fef6a7b04a (diff) | |
download | CMake-c8965ce8c3c579e0fa07e9959f6da5ef26243182.zip CMake-c8965ce8c3c579e0fa07e9959f6da5ef26243182.tar.gz CMake-c8965ce8c3c579e0fa07e9959f6da5ef26243182.tar.bz2 |
ENH: Remove DART_ROOT to force DartConfiguration.tcl to be up to date
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dfea554..f9228e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,6 +82,7 @@ SUBDIRS(Source Modules Templates Utilities) ENABLE_TESTING() # Include the standard Dart testing module +SET(DART_ROOT "" CACHE INTERNAL "" FORCE) INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) # use the ansi CXX compile flag for building cmake |