Skip to content

Commit

Permalink
Merge pull request #263 from dalg24/install_mdspan_include_directory
Browse files Browse the repository at this point in the history
Fixup install mdspan include directory
  • Loading branch information
crtrott authored May 8, 2023
2 parents bca0e55 + fabf396 commit 26f4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export(TARGETS mdspan
FILE mdspanTargets.cmake
)

install(DIRECTORY include/experimental DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(DIRECTORY include/experimental include/mdspan DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

include(CMakePackageConfigHelpers)
configure_package_config_file(cmake/mdspanConfig.cmake.in
Expand Down

0 comments on commit 26f4d3a

Please sign in to comment.