]> git.lyx.org Git - features.git/commitdiff
disable requirement for 2.4.4 version
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 26 Mar 2007 06:55:16 +0000 (06:55 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 26 Mar 2007 06:55:16 +0000 (06:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17562 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index b09b6adb04949f1da77befc168a8fd33d305463a..798cc5e4af44feadc86b395bdcffe8c41f24ddb7 100644 (file)
@@ -4,7 +4,8 @@
 # Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
 #
 
-CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR)
+#not really needed
+#CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR)
 
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked