Changeset 26
- Timestamp:
- 08/29/07 07:35:50 (1 year ago)
- Files:
-
- trunk/cmaked/CMakeTestDCompiler.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cmaked/CMakeTestDCompiler.cmake
r24 r26 159 159 SET(CMAKE_D_TANGO_WORKS 1 CACHE INTERNAL "") 160 160 ENDIF(NOT CMAKE_D_TANGO_WORKS) 161 162 # if both tango and phobos are selected try to choose which one is available 163 IF(CMAKE_D_USE_TANGO AND CMAKE_D_USE_PHOBOS) 164 MESSAGE(FATAL_ERROR "Tango AND Phobos selected, please choose one or the other!") 165 ENDIF(CMAKE_D_USE_TANGO AND CMAKE_D_USE_PHOBOS) 166 161 167 # ensure the user has the appropriate std lib available 162 168 IF(CMAKE_D_USE_TANGO AND NOT CMAKE_D_TANGO_WORKS)
