diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/CMakeLists.txt b/linden/indra/CMakeLists.txt index fac2afa..c473b94 100644 --- a/linden/indra/CMakeLists.txt +++ b/linden/indra/CMakeLists.txt | |||
@@ -19,6 +19,10 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") | |||
19 | 19 | ||
20 | include(Variables) | 20 | include(Variables) |
21 | 21 | ||
22 | if (DARWIN) | ||
23 | cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR) | ||
24 | endif (DARWIN) | ||
25 | |||
22 | if (NOT CMAKE_BUILD_TYPE) | 26 | if (NOT CMAKE_BUILD_TYPE) |
23 | set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING | 27 | set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING |
24 | "Build type. One of: Debug Release RelWithDebInfo" FORCE) | 28 | "Build type. One of: Debug Release RelWithDebInfo" FORCE) |