Skip to content

Commit

Permalink
Fixup install mdspan include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed May 8, 2023
1 parent bca0e55 commit fabf396
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 fabf396

Please sign in to comment.