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})
|
foreach(HEADER ${FAIRMQ_HEADER_FILES})
|
||||||
get_filename_component(_path ${HEADER} DIRECTORY)
|
get_filename_component(_path ${HEADER} DIRECTORY)
|
||||||
file(TO_CMAKE_PATH include/fairmq/${_path} _destination)
|
file(TO_CMAKE_PATH include/fairmq/${_path} _destination)
|
||||||
if("${_path}" STREQUAL "logger")
|
install(FILES ${HEADER}
|
||||||
install(FILES ${HEADER}
|
DESTINATION ${_destination}
|
||||||
DESTINATION include/logger
|
COMPONENT fairmq
|
||||||
COMPONENT fairmq
|
)
|
||||||
)
|
|
||||||
else()
|
|
||||||
install(FILES ${HEADER}
|
|
||||||
DESTINATION ${_destination}
|
|
||||||
COMPONENT fairmq
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
# export FairMQ targets
|
# export FairMQ targets
|
||||||
|
|
Loading…
Reference in New Issue
Block a user