Skip to content

Commit

Permalink
We still have to install Autoboost headers on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
codemercenary committed Mar 13, 2015
1 parent 2fc5e4a commit 91e795c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,15 @@ if(NOT AUTOWIRING_IS_EMBEDDED)
COMPONENT autowiring
FILES_MATCHING PATTERN "*.h"
)

# Install autoboost headers on ARM, which still requires them
if(autowiring_BUILD_ARM)
install(
DIRECTORY ${PROJECT_SOURCE_DIR}/contrib/autoboost/autoboost
DESTINATION include
COMPONENT autowiring
)
endif()

# Targets file is needed in order to describe how to link Autowiring to the rest of the system
install(EXPORT AutowiringTargets FILE AutowiringTargets.cmake COMPONENT autowiring NAMESPACE Autowiring:: DESTINATION cmake CONFIGURATIONS ${CMAKE_CONFIGURATION_TYPES})
Expand Down

0 comments on commit 91e795c

Please sign in to comment.