Skip to content

Commit

Permalink
fix: do not install CMakeLists.txt (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuuichi Asahi <[email protected]>
  • Loading branch information
yasahi-hpc and Yuuichi Asahi authored Sep 24, 2024
1 parent 49200b8 commit 0fd2e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ install(
install(
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/common/src/ ${CMAKE_CURRENT_SOURCE_DIR}/fft/src/
DESTINATION ${INSTALL_INCLUDEDIR}
FILES_MATCHING PATTERN "*.hpp"
)

install(
Expand Down

0 comments on commit 0fd2e2e

Please sign in to comment.