disable requirement for 2.4.4 version

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17562 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-03-26 06:55:16 +00:00
parent 07cc619a4c
commit e11abd6c2e

View 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