Browse Source

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

Andy Cedilnik 23 years ago
parent
commit
7287c25b1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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)