Boost logo

Boost-Commit :

From: troy_at_[hidden]
Date: 2007-05-22 12:42:07


Author: troy
Date: 2007-05-22 12:42:07 EDT (Tue, 22 May 2007)
New Revision: 4182
URL: http://svn.boost.org/trac/boost/changeset/4182

Log:

Just discovered that cmake 2.4.3 doesn't grok 'elseif' and a few other
things. 2.4.4 required.

Text files modified:
   sandbox/troy/boost_1_34_0/CMakeLists.txt | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/troy/boost_1_34_0/CMakeLists.txt
==============================================================================
--- sandbox/troy/boost_1_34_0/CMakeLists.txt (original)
+++ sandbox/troy/boost_1_34_0/CMakeLists.txt 2007-05-22 12:42:07 EDT (Tue, 22 May 2007)
@@ -1,3 +1,5 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR)
+
 project(Boost)
 
 ##########################################################################


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk