Skip to content

Commit

Permalink
Merge pull request #102 from antmicro/fix-fftw-install-path
Browse files Browse the repository at this point in the history
Fix path to FindFFTW.cmake when using KokkosFFT as subdirectory
  • Loading branch information
yasahi-hpc authored Jun 18, 2024
2 parents c7e13b0 + 6b22825 commit 6b2ccb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ install(
)

install(
FILES ${CMAKE_SOURCE_DIR}/cmake/FindFFTW.cmake
FILES ${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindFFTW.cmake
DESTINATION ${INSTALL_LIBDIR}
)

Expand All @@ -161,4 +161,4 @@ install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/KokkosFFTConfig.cmake
${CMAKE_CURRENT_BINARY_DIR}/KokkosFFTConfigVersion.cmake
DESTINATION ${INSTALL_LIBDIR}
)
)

0 comments on commit 6b2ccb2

Please sign in to comment.