mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Cmake build: Remove deprecated policy warning
This commit is contained in:
parent
9c4642fbcc
commit
4320e505a7
@ -49,7 +49,7 @@ if(COMMAND cmake_policy)
|
||||
endif()
|
||||
cmake_policy(SET CMP0020 NEW)
|
||||
if(POLICY CMP0075)
|
||||
cmake_policy(SET CMP0075 OLD)
|
||||
cmake_policy(SET CMP0075 NEW)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user