From b5ef0bb6c235d3a50766fddf02c2850a54480173 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Mon, 2 Mar 2009 22:28:49 +0000 Subject: Clean up use of tut --- indra/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'indra/CMakeLists.txt') diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 153cc4d9aa..d19811586f 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -7,11 +7,10 @@ # The "cmake -E touch" command was released with 2.4.8. cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR) -# This makes cmake 2.6 not complain about a version -# 2.4 compatibility mode -if(COMMAND cmake_policy) +# This makes cmake 2.6 not complain about version 2.4 compatibility. +if (COMMAND cmake_policy) cmake_policy(SET CMP0003 OLD) -endif(COMMAND cmake_policy) +endif (COMMAND cmake_policy) set(ROOT_PROJECT_NAME "SecondLife" CACHE STRING "The root project/makefile/solution name. Defaults to SecondLife.") -- cgit v1.2.3