Skip to content

Commit 24621cb

Browse files
authored
Merge pull request STEllAR-GROUP#6698 from STEllAR-GROUP/fixing_6646
Making sure .hpp.in files are not being installed
2 parents c0b7faf + d53b29a commit 24621cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/HPX_AddModule.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ function(add_hpx_module libname modulename)
426426
DIRECTORY include/
427427
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
428428
COMPONENT ${modulename}
429+
PATTERN "*.hpp.in" EXCLUDE
429430
)
430431

431432
# Install the compatibility headers from the source

0 commit comments

Comments
 (0)