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}) 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