Skip to content

Commit

Permalink
Remove ddc_check_required_kokkos_options in config file to avoid warn…
Browse files Browse the repository at this point in the history
…ings (#758)
  • Loading branch information
tpadioleau authored Jan 22, 2025
1 parent b16391e commit a40739e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ write_basic_package_version_file(

install(
FILES
cmake/DDCCheckRequiredKokkosOptions.cmake
${CMAKE_CURRENT_BINARY_DIR}/DDCConfig.cmake
${CMAKE_CURRENT_BINARY_DIR}/DDCConfigVersion.cmake
DESTINATION ${DDC_INSTALL_CMAKEDIR}
Expand Down
3 changes: 0 additions & 3 deletions cmake/DDCConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ set(DDC_BUILD_DOUBLE_PRECISION @DDC_BUILD_DOUBLE_PRECISION@)

ddc_find_dependency(Kokkos 4.4...<5)

include(${CMAKE_CURRENT_LIST_DIR}/DDCCheckRequiredKokkosOptions.cmake)
ddc_check_required_kokkos_options()

if(@DDC_BUILD_KERNELS_FFT@)
ddc_find_dependency(KokkosFFT 0.2.1...<1)
endif()
Expand Down

0 comments on commit a40739e

Please sign in to comment.