Changeset 7383
- Timestamp:
- Sep 8, 2010, 4:11:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/CMakeLists.txt
r7163 r7383 24 24 # 25 25 26 CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR) 26 IF(WIN32) 27 CMAKE_MINIMUM_REQUIRED(VERSION 2.6.3 FATAL_ERROR) 28 ELSE() 29 CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR) 30 ENDIF() 27 31 28 32 # Keep devs from using the root directory as binary directory (messes up the source tree)
Note: See TracChangeset
for help on using the changeset viewer.