From 6eee201cc8395fdad45ea699d8037b03e1668b1a Mon Sep 17 00:00:00 2001 From: Adam Kewley Date: Thu, 31 Oct 2024 12:24:43 +0100 Subject: [PATCH] Drop CMP0092 policy (it's default-on in newer cmakes) --- src/oscar_compiler_configuration/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/oscar_compiler_configuration/CMakeLists.txt b/src/oscar_compiler_configuration/CMakeLists.txt index e5054035a..660047482 100644 --- a/src/oscar_compiler_configuration/CMakeLists.txt +++ b/src/oscar_compiler_configuration/CMakeLists.txt @@ -12,9 +12,6 @@ set(OSC_RUNTIME_PERF_MEASUREMENTS_ENABLED ON # -------------- set globally-applicable policies ---------------- # -# tell cmake that we will define MSVC warning flags (e.g. /W3 /W4) ourselves -cmake_policy(SET CMP0092 NEW) - # oscar_compiler_configuration: # # a cmake target that downstream projects can link to in order to inherit the