Changeset 8626 for code/branches/unity_build/cmake/tools
- Timestamp:
- May 27, 2011, 7:39:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/cmake/tools/BuildUnits.cmake
r8623 r8626 62 62 ENDIF() 63 63 64 # Disable precompiled header files for single unit targets65 IF(_nr_of_units EQUAL 1)64 # Disable precompiled header files for targets with two or less build units 65 IF(_nr_of_units LESS 3) 66 66 SET(PCH_DISABLE_${_target_name} TRUE PARENT_SCOPE) 67 67 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.