Skip to content

Commit

Permalink
install both *.h and *.hpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds committed Oct 5, 2016
1 parent 831ef30 commit 4af9dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ install(
"${PROJECT_SOURCE_DIR}/src"
"${PROJECT_SOURCE_DIR}/wrapper"
DESTINATION "${include_install_dir}/xgboost"
FILES_MATCHING PATTERN "*.h"
FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp"
)

install(
Expand Down

0 comments on commit 4af9dcc

Please sign in to comment.