Skip to content

Commit

Permalink
fix installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikTH committed Jan 29, 2023
1 parent 781a1a5 commit f8f5492
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,9 @@ if(UREACT_INSTALL)
INCLUDES DESTINATION "${include_install_dir}"
)

file(
GLOB_RECURSE UREACT_HEADER_FILES
RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
"${CMAKE_CURRENT_SOURCE_DIR}/include/*/*.hpp"
)

install(
FILES ${UREACT_HEADER_FILES}
DESTINATION "${include_install_dir}/ureact"
DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/"
DESTINATION "${include_install_dir}"
)

install(
Expand Down

0 comments on commit f8f5492

Please sign in to comment.