diff --git a/src/oscar/CMakeLists.txt b/src/oscar/CMakeLists.txt index 5ac0644cd..bec7f4a3f 100644 --- a/src/oscar/CMakeLists.txt +++ b/src/oscar/CMakeLists.txt @@ -1,10 +1,6 @@ # find dependencies (usually built+installed from `third_party/`) if (NOT ${OSC_EMSCRIPTEN}) - cmake_policy(PUSH) - cmake_policy(SET CMP0072 NEW) # prefer to choose GLVND for OpenGL find_package(OpenGL REQUIRED) - cmake_policy(POP) - find_package(glew REQUIRED CONFIG) find_package(SDL2 REQUIRED CONFIG) find_package(nativefiledialog REQUIRED CONFIG)