Skip to content

Commit

Permalink
Update rapids_find_generate_module to cmake 3.23 (#256)
Browse files Browse the repository at this point in the history
Missed as part of #227 was an update to the policy version set in `rapids_find_generate_module`

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #256
  • Loading branch information
robertmaynard authored Aug 29, 2022
1 parent 776f13f commit 5757641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/find/generate_module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
include_guard(GLOBAL)

cmake_policy(PUSH)
cmake_policy(VERSION 3.20)
cmake_policy(VERSION 3.23)

#[=======================================================================[.rst:
rapids_find_generate_module
Expand Down

0 comments on commit 5757641

Please sign in to comment.