mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Suppress CMake warning about qtmain
This commit is contained in:
parent
c39869cc61
commit
ec6f51b373
@ -47,6 +47,7 @@ if(COMMAND cmake_policy)
|
|||||||
# COMPILE_DEFINITIONS are not used yet. Enable new behavior.
|
# COMPILE_DEFINITIONS are not used yet. Enable new behavior.
|
||||||
cmake_policy(SET CMP0043 NEW)
|
cmake_policy(SET CMP0043 NEW)
|
||||||
endif()
|
endif()
|
||||||
|
cmake_policy(SET CMP0020 OLD)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
||||||
|
Loading…
Reference in New Issue
Block a user