Fix CMake-2.6

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24258 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-04-15 13:57:54 +00:00
parent c025a36756
commit 7650cbf9fd
2 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@
# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net> # Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
# #
#not really needed cmake_minimum_required(VERSION 2.4)
#CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)

View File

@ -225,5 +225,5 @@ macro(lyx_qt_resources_file _qrc_name _to_dir _list)
file(APPEND ${_qrc_name} "</qresource>\n") file(APPEND ${_qrc_name} "</qresource>\n")
file(APPEND ${_qrc_name} "</RCC>\n") file(APPEND ${_qrc_name} "</RCC>\n")
endif() endif()
endmacro(lyx_const_touched_files) endmacro(lyx_qt_resources_file)