Skip to content

Commit

Permalink
Add component name to install data section
Browse files Browse the repository at this point in the history
  • Loading branch information
fgerardevs committed Oct 19, 2023
1 parent 586d9d5 commit fcf5bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ endif()
# endforeach()

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data DESTINATION ${COMPILED_BINARIES_DIR}/bin FILES_MATCHING PATTERN "*")
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data DESTINATION ${CMAKE_INSTALL_BINDIR} FILES_MATCHING PATTERN "*")
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT bofstd-runtime FILES_MATCHING PATTERN "*")

0 comments on commit fcf5bdc

Please sign in to comment.