Skip to content

Commit d53b29a

Browse files
committed
Making sure .hpp.in files are not being installed
Signed-off-by: Hartmut Kaiser <[email protected]>
1 parent b60bcf2 commit d53b29a

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)