mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 23:32:58 +02:00
Remove redundant policy from CMakeLists.txt
It is already defined through cmake/init.cmake
This commit is contained in:
parent
012098b7d6
commit
15ef70dc8c
1 changed files with 0 additions and 4 deletions
|
@ -197,10 +197,6 @@ else()
|
|||
COMMAND ${HIFI_PYTHON_EXEC} ${CMAKE_CURRENT_SOURCE_DIR}/prebuild.py --release-type ${RELEASE_TYPE} --build-root ${CMAKE_BINARY_DIR} ${VCPKG_BUILD_TYPE_PARAM}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} RESULTS_VARIABLE PREBUILD_RET
|
||||
)
|
||||
# squelch the Policy CMP0074 warning without requiring an update to cmake 3.12.
|
||||
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.12)
|
||||
cmake_policy(SET CMP0074 NEW)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (PREBUILD_RET GREATER 0)
|
||||
|
|
Loading…
Reference in a new issue