mirror of
https://github.com/monero-project/monero.git
synced 2025-12-05 20:40:22 -08:00
Merge pull request #10198
47345d1 CMake: override option with toolchain variable (tobtoht)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user