mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 07:52:55 +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()
|
endif()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
if (POLICY CMP0054)
|
||||||
|
cmake_policy(SET CMP0054 NEW)
|
||||||
|
endif ()
|
||||||
|
|
||||||
# export toolchain settings for the try_compile() command
|
# export toolchain settings for the try_compile() command
|
||||||
if( NOT PROJECT_NAME STREQUAL "CMAKE_TRY_COMPILE" )
|
if( NOT PROJECT_NAME STREQUAL "CMAKE_TRY_COMPILE" )
|
||||||
|
|
Loading…
Reference in a new issue