Skip to content

Commit

Permalink
Update rapids_test_install_relocatable to be aware of CMake 3.29 (#586)
Browse files Browse the repository at this point in the history
Fixes #583

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

Approvers:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

URL: #586
  • Loading branch information
robertmaynard authored Apr 19, 2024
1 parent 3683bbf commit 81fd585
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
#=============================================================================
include_guard(GLOBAL)

cmake_policy(SET CMP0007 NEW) # allow empty list entries
cmake_policy(SET CMP0009 NEW) # don't follow symlinks
cmake_policy(SET CMP0057 NEW) # allow `if( IN_LIST )`
cmake_minimum_required(VERSION 3.26...3.29)

#[=[
The goal of this script is to re-parse the `CTestTestfile`
Expand Down

0 comments on commit 81fd585

Please sign in to comment.