Skip to content

Commit

Permalink
changes from ARROW-2243
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Aug 3, 2021
1 parent acd1c0d commit d27fd38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ if(POLICY CMP0068)
cmake_policy(SET CMP0068 NEW)
endif()

if(POLICY CMP0069)
# https://cmake.org/cmake/help/latest/policy/CMP0069.html
cmake_policy(SET CMP0069 OLD)
endif()

# find_package() uses <PackageName>_ROOT variables.
# https://cmake.org/cmake/help/latest/policy/CMP0074.html
if(POLICY CMP0074)
Expand Down

0 comments on commit d27fd38

Please sign in to comment.