mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
CMake build: disable warn about not known policy
This only showed up with -DLYX_EXTERNAL_ICONV=OFF.
This commit is contained in:
parent
a99f76477d
commit
d35753a6d0
3
3rdparty/libiconv/CMakeLists.txt
vendored
3
3rdparty/libiconv/CMakeLists.txt
vendored
@ -14,6 +14,9 @@ if (POLICY CMP0069)
|
|||||||
set(LYX_IPO_SUPPORTED YES)
|
set(LYX_IPO_SUPPORTED YES)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
if (POLICY CMP0075)
|
||||||
|
cmake_policy(SET CMP0075 NEW)
|
||||||
|
endif()
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH .)
|
set(CMAKE_MODULE_PATH .)
|
||||||
include ( configure.cmake )
|
include ( configure.cmake )
|
||||||
|
Loading…
Reference in New Issue
Block a user