Skip to content

Commit

Permalink
Drop CMP0092 policy (it's default-on in newer cmakes)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Oct 31, 2024
1 parent 5c031ab commit 6eee201
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/oscar_compiler_configuration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eee201

Please sign in to comment.