Changeset 8569 for code/branches/unity_build/cmake/tools
- Timestamp:
- May 25, 2011, 2:20:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/cmake/tools/TargetUtilities.cmake
r8558 r8569 109 109 MESSAGE(FATAL_ERROR "No name provided for build unit") 110 110 ENDIF() 111 IF( NOT DISABLE_BUILD_UNITS)111 IF(ENABLE_BUILD_UNITS) 112 112 IF(NOT _build_unit_include_string) 113 113 MESSAGE(STATUS "Warning: Empty build unit!") … … 147 147 148 148 # Handle build units 149 IF(_add_to_build_unit AND NOT DISABLE_BUILD_UNITS)149 IF(_add_to_build_unit AND ENABLE_BUILD_UNITS) 150 150 IF(_file MATCHES "\\.(c|cc|cpp|cxx)$") 151 151 SET(_build_unit_include_string "${_build_unit_include_string}#include \"${_file}\"\n")
Note: See TracChangeset
for help on using the changeset viewer.