Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jan 21, 2025
1 parent 629bcd4 commit 82bd23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/hyperhdr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ include(${OUR_CMAKE_MODULES}/../installers.cmake)

if (APPLE)
cmake_policy(PUSH)
set(CMAKE_POLICY_DEFAULT_CMP0177 NEW)
cmake_policy(SET CMP0177 NEW)
DeployApple("hyperhdr")
cmake_policy(POP)
elseif (NOT WIN32) # Unix
Expand Down

0 comments on commit 82bd23e

Please sign in to comment.