Changeset 2624 for code/branches/buildsystem2/CMakeLists.txt
- Timestamp:
- Jan 30, 2009, 12:48:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/CMakeLists.txt
r2612 r2624 11 11 IF(${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR}) 12 12 MESSAGE(FATAL_ERROR "Do not use the root directory as CMake output directory! mkdir build; cd build; cmake ..") 13 ENDIF( ${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})13 ENDIF() 14 14 15 15 # This sets where to look for modules (e.g. "Find*.cmake" files)
Note: See TracChangeset
for help on using the changeset viewer.