Skip to content

Commit

Permalink
Merge pull request #525 from overte-org/JulianGro-patch-1
Browse files Browse the repository at this point in the history
Remove redundant policy from CMakeLists.txt
  • Loading branch information
JulianGro authored Jul 29, 2023
2 parents 012098b + 15ef70d commit 246a2a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 246a2a9

Please sign in to comment.