Skip to content

Commit

Permalink
Ensure deprecation tests produce error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Oct 4, 2023
1 parent 9f72b7b commit a1a9831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/export/find_package_file-deprecated.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
include(${rapids-cmake-dir}/export/find_package_file.cmake)

project(rapids-project LANGUAGES CUDA)

set(CMAKE_ERROR_DEPRECATED ON)
rapids_export_find_package_file(BUILD [=[${CMAKE_CURRENT_LIST_DIR}/fake/build/path]=] test_set)
2 changes: 1 addition & 1 deletion testing/export/find_package_root-deprecated.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
include(${rapids-cmake-dir}/export/find_package_root.cmake)

project(rapids-project LANGUAGES CUDA)

set(CMAKE_ERROR_DEPRECATED ON)
rapids_export_find_package_root(BUILD RMM [=[${CMAKE_CURRENT_LIST_DIR}/fake/build/path]=] test_set)

0 comments on commit a1a9831

Please sign in to comment.