BUG: Should be use the host CMake's dart file
This commit is contained in:
parent
8be12bb34f
commit
7287c25b1b
|
@ -33,7 +33,7 @@ SUBDIRS(Source Modules Templates Utilities)
|
||||||
ENABLE_TESTING()
|
ENABLE_TESTING()
|
||||||
|
|
||||||
# Include the standard Dart testing module
|
# 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
|
INCLUDE (${CMake_BINARY_DIR}/Bootstrap/Source/InitialConfigureFlags.cmake
|
||||||
OPTIONAL)
|
OPTIONAL)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue