remove no longer needed special treatment for logger directory

This commit is contained in:
Dennis Klein 2017-04-07 11:29:17 +02:00 committed by Mohammad Al-Turany
parent 9b337ca075
commit d7eb692951

View File

@ -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