Skip to content

Commit

Permalink
Disabled header files exporting for plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTSFka committed Jun 12, 2016
1 parent 575a838 commit f344b25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMake/Functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ function(build_plugin NAME)
)

# Install header files
install(DIRECTORY .
DESTINATION ${INSTALL_DIR_INCLUDE}/${CMAKE_PROJECT_NAME}/plugins/${NAME}
COMPONENT Headers
FILES_MATCHING PATTERN "*.hpp"
)
#install(DIRECTORY .
# DESTINATION ${INSTALL_DIR_INCLUDE}/${CMAKE_PROJECT_NAME}/plugins/${NAME}
# COMPONENT Headers
# FILES_MATCHING PATTERN "*.hpp"
#)

if (APPLE)
# Fix library paths
Expand Down

0 comments on commit f344b25

Please sign in to comment.