Skip to content

Commit 5123737

Browse files
authored
(hotfix) 255 refactor alloc.hpp (#383) (#391)
The MR #383 introduced an issue that the moved `alloc.hpp` file was not installed, herewith fixed. This was not picked up by our CIs - issue #392 was raised to automate such a check and avoid regressions in future. ALP versions before MR 383 are unaffected.
1 parent 7a37732 commit 5123737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set( HEADERS_REGEX ".+\.(hpp|h|hxx|hh|h\\+\\+)$" )
4141
# to avoid flaky acrobatics with regex or glob expressions, copy main files directly
4242
install( FILES "graphblas.hpp" DESTINATION "${INCLUDE_INSTALL_DIR}" )
4343
set( root_files
44-
"graphblas/backends.hpp" "graphblas/benchmark.hpp"
44+
"graphblas/alloc.hpp" "graphblas/backends.hpp" "graphblas/benchmark.hpp"
4545
"graphblas/blas0.hpp" "graphblas/blas1.hpp" "graphblas/blas2.hpp"
4646
"graphblas/blas3.hpp" "graphblas/collectives.hpp" "graphblas/config.hpp"
4747
"graphblas/coordinates.hpp" "graphblas/descriptors.hpp"

0 commit comments

Comments
 (0)