mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 10:01:47 +00:00
remove no longer needed special treatment for logger directory
This commit is contained in:
committed by
Mohammad Al-Turany
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()
|
||||
install(FILES ${HEADER}
|
||||
DESTINATION ${_destination}
|
||||
COMPONENT fairmq
|
||||
)
|
||||
endforeach()
|
||||
|
||||
# export FairMQ targets
|
||||
|
Reference in New Issue
Block a user