File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed
Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ Increment the:
3030* [ SDK] View should not have a unit
3131 [ #3552 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/3552 )
3232
33+ Important changes:
34+
35+ * [ CMAKE] Upgrade CMake minimum version to 3.16
36+ [ #3599 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/3599 )
37+
3338Breaking changes:
3439
3540* [ SDK] View should not have a unit
Original file line number Diff line number Diff line change 33
44cmake_minimum_required (VERSION 3.16)
55
6- # See https://cmake.org/cmake/help/latest/policy/CMP0074.html required by
7- # certain version of zlib which CURL depends on.
8- if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.12" )
9- cmake_policy (SET CMP0074 NEW)
10- endif ()
11-
12- # Allow to use normal variable for option()
13- if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.13" )
14- cmake_policy (SET CMP0077 NEW)
15- endif ()
16-
17- # Prefer CMAKE_MSVC_RUNTIME_LIBRARY if possible
18- if (POLICY CMP0091)
19- cmake_policy (SET CMP0091 NEW)
20- endif ()
21-
226if (POLICY CMP0092)
237 # https://cmake.org/cmake/help/latest/policy/CMP0092.html#policy:CMP0092 Make
248 # sure the /W3 is not removed from CMAKE_CXX_FLAGS since CMake 3.15
You can’t perform that action at this time.
0 commit comments