Skip to content

Commit

Permalink
Merge pull request dmlc#4 from headupinclouds/pr.install.h.and.hpp
Browse files Browse the repository at this point in the history
install both *.h and *.hpp files
  • Loading branch information
headupinclouds committed Oct 5, 2016
2 parents 831ef30 + 4af9dcc commit 299873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
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 299873a

Please sign in to comment.