mirror of
https://github.com/monero-project/monero.git
synced 2025-12-08 16:11:28 +09:00
CMake: override option with toolchain variable
This commit is contained in:
parent
8a53c96b12
commit
47345d14a2
@ -43,6 +43,9 @@ include(CheckFunctionExists)
|
|||||||
if (POLICY CMP0148)
|
if (POLICY CMP0148)
|
||||||
cmake_policy(SET CMP0148 OLD) # https://cmake.org/cmake/help/latest/policy/CMP0148.html
|
cmake_policy(SET CMP0148 OLD) # https://cmake.org/cmake/help/latest/policy/CMP0148.html
|
||||||
endif()
|
endif()
|
||||||
|
if (POLICY CMP0077)
|
||||||
|
cmake_policy(SET CMP0077 NEW)
|
||||||
|
endif()
|
||||||
include(FindPythonInterp)
|
include(FindPythonInterp)
|
||||||
|
|
||||||
if (IOS)
|
if (IOS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user