Skip to content

Commit

Permalink
CMake format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Sep 9, 2021
1 parent 58facf7 commit bf47d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_policy(SET CMP0057 NEW)
# See https://cmake.org/cmake/help/v3.12/policy/CMP0074.html required by certain
# version of zlib which is dependeded by cURL.
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.12")
cmake_policy(SET CMP0074 NEW)
cmake_policy(SET CMP0074 NEW)
endif()

project(opentelemetry-cpp)
Expand Down

0 comments on commit bf47d22

Please sign in to comment.