Skip to content

Commit

Permalink
enable policy CMP0135 (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs authored Jun 17, 2024
1 parent 44cb9e6 commit 0fd2c3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ elseif (DEFINED CMAKE_MSVC_RUNTIME_LIBRARY)
message (WARNING "The CMAKE_MSVC_RUNTIME_LIBRARY variable is set, but CMake is too old to understand it")
endif ()

if (POLICY CMP0135)
cmake_policy (SET CMP0135 NEW)
endif ()

project (mongocrypt C)

# Used for the csfle-markup util:
Expand Down

0 comments on commit 0fd2c3d

Please sign in to comment.