Changeset 8292
- Timestamp:
- Apr 22, 2011, 3:36:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/cmake/tools/TargetUtilities.cmake
r8285 r8292 104 104 MESSAGE(FATAL_ERROR "No name provided for source file compilation") 105 105 ENDIF() 106 IF(NOT _compilation_include_string)107 MESSAGE(STATUS "Warning: Empty source file compilation!")108 ENDIF()109 106 IF(NOT DISABLE_COMPILATIONS) 107 IF(NOT _compilation_include_string) 108 MESSAGE(STATUS "Warning: Empty source file compilation!") 109 ENDIF() 110 110 IF(EXISTS ${_compilation_file}) 111 111 FILE(READ ${_compilation_file} _include_string_file)
Note: See TracChangeset
for help on using the changeset viewer.