From 7287c25b1b740bc417fb25226206c94a41b207c9 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 3 Mar 2003 09:29:55 -0500 Subject: [PATCH] BUG: Should be use the host CMake's dart file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ecd73431..d57b54307 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ SUBDIRS(Source Modules Templates Utilities) ENABLE_TESTING() # Include the standard Dart testing module -INCLUDE (${CMake_SOURCE_DIR}/Modules/Dart.cmake) +INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) INCLUDE (${CMake_BINARY_DIR}/Bootstrap/Source/InitialConfigureFlags.cmake OPTIONAL)