Skip to content

Commit

Permalink
Be more specific on what is a header file to be moved and installed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Apr 26, 2017
1 parent 6d5a8ae commit f81ba3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/modules/RootNewMacros.cmake
Expand Up @@ -777,7 +777,8 @@ function(ROOT_INSTALL_HEADERS)
ROOT_GLOB_FILES(include_files
RECURSE
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/${d}
FILTER ${filter} ${d}/*)
FILTER ${filter}
${d}/*.h ${d}/*.hxx ${d}/*.icc )
foreach (include_file ${include_files})
set (src ${CMAKE_CURRENT_SOURCE_DIR}/${d}/${include_file})
set (dst ${CMAKE_BINARY_DIR}/include/${include_file})
Expand Down

0 comments on commit f81ba3e

Please sign in to comment.