Forráskód Böngészése

make the include of the initial config flags optional, for builds that do not use configure

Bill Hoffman 24 éve
szülő
commit
f5d7994856
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -4,7 +4,7 @@ SUBDIRS(Source Modules Templates)
 
 # Include the standard Dart testing module
 INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
-INCLUDE (${CMAKE_BINARY_DIR}/Source/InitialConfigureFlags.cmake)
+INCLUDE (OPTIONAL ${CMAKE_BINARY_DIR}/Source/InitialConfigureFlags.cmake)
 IF(CMAKE_CONFIGURE_INSTALL_PREFIX)
   SET(CMAKE_INSTALL_PREFIX ${CMAKE_CONFIGURE_INSTALL_PREFIX} )
 ENDIF(CMAKE_CONFIGURE_INSTALL_PREFIX)