BUG: Should be use the host CMake's dart file

This commit is contained in:
Andy Cedilnik 2003-03-03 09:29:55 -05:00
parent 8be12bb34f
commit 7287c25b1b
1 changed files with 1 additions and 1 deletions

View File

@ -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)