mirror of
https://github.com/monero-project/monero.git
synced 2026-01-11 02:41:03 -05:00
CMake: override option with toolchain variable
This commit is contained in:
parent
8a53c96b12
commit
47345d14a2
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ include(CheckFunctionExists)
|
|||
if (POLICY CMP0148)
|
||||
cmake_policy(SET CMP0148 OLD) # https://cmake.org/cmake/help/latest/policy/CMP0148.html
|
||||
endif()
|
||||
if (POLICY CMP0077)
|
||||
cmake_policy(SET CMP0077 NEW)
|
||||
endif()
|
||||
include(FindPythonInterp)
|
||||
|
||||
if (IOS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue