mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
c025a36756
commit
7650cbf9fd
@ -4,8 +4,7 @@
|
||||
# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
|
||||
#
|
||||
|
||||
#not really needed
|
||||
#CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 2.4)
|
||||
|
||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
||||
|
||||
|
@ -225,5 +225,5 @@ macro(lyx_qt_resources_file _qrc_name _to_dir _list)
|
||||
file(APPEND ${_qrc_name} "</qresource>\n")
|
||||
file(APPEND ${_qrc_name} "</RCC>\n")
|
||||
endif()
|
||||
endmacro(lyx_const_touched_files)
|
||||
endmacro(lyx_qt_resources_file)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user