mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 19:23:04 +02:00
fix for cmake variable interpolation warning
This commit is contained in:
parent
e5accde70d
commit
3d12ed95da
1 changed files with 3 additions and 0 deletions
|
@ -1610,6 +1610,9 @@ macro( ANDROID_GET_ABI_RAWNAME TOOLCHAIN_FLAG VAR )
|
|||
endif()
|
||||
endmacro()
|
||||
|
||||
if (POLICY CMP0054)
|
||||
cmake_policy(SET CMP0054 NEW)
|
||||
endif ()
|
||||
|
||||
# export toolchain settings for the try_compile() command
|
||||
if( NOT PROJECT_NAME STREQUAL "CMAKE_TRY_COMPILE" )
|
||||
|
|
Loading…
Reference in a new issue