Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
remove headers get installed twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Esser committed Jun 13, 2012
1 parent 40e7f92 commit 9e083b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ INSTALL(
COMPONENT dev
)

INSTALL(
FILES ${${TARGETLIB}_HEADERS}
DESTINATION "${INSTALL_INCLUDE_DIR_PREFIX}"
)

IF( ENABLE_STATIC AND NOT DISABLE_SHARED )

ADD_LIBRARY( ${TARGETLIB}_static STATIC ${${TARGETLIB}_SOURCES} )
Expand Down

0 comments on commit 9e083b2

Please sign in to comment.