mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +00:00
remove no longer needed special treatment for logger directory
This commit is contained in:
parent
9b337ca075
commit
d7eb692951
|
@ -283,17 +283,10 @@ install(
|
|||
foreach(HEADER ${FAIRMQ_HEADER_FILES})
|
||||
get_filename_component(_path ${HEADER} DIRECTORY)
|
||||
file(TO_CMAKE_PATH include/fairmq/${_path} _destination)
|
||||
if("${_path}" STREQUAL "logger")
|
||||
install(FILES ${HEADER}
|
||||
DESTINATION include/logger
|
||||
COMPONENT fairmq
|
||||
)
|
||||
else()
|
||||
install(FILES ${HEADER}
|
||||
DESTINATION ${_destination}
|
||||
COMPONENT fairmq
|
||||
)
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
# export FairMQ targets
|
||||
|
|
Loading…
Reference in New Issue
Block a user