Skip to content

Commit

Permalink
don't install libIrrXML.a
Browse files Browse the repository at this point in the history
  • Loading branch information
abma authored and ashdnazg committed Oct 5, 2019
1 parent 2c75c67 commit 54d32c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rts/lib/assimp/contrib/irrXML/CMakeLists.txt
Expand Up @@ -17,6 +17,6 @@ add_library(IrrXML STATIC EXCLUDE_FROM_ALL ${IrrXML_SRCS})
set(IRRXML_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}" CACHE INTERNAL "IrrXML_Include" )
set(IRRXML_LIBRARY "IrrXML" CACHE INTERNAL "IrrXML" )

install(TARGETS IrrXML
ARCHIVE DESTINATION ${ASSIMP_LIB_INSTALL_DIR}
COMPONENT ${LIBASSIMP_COMPONENT})
#install(TARGETS IrrXML
# ARCHIVE DESTINATION ${ASSIMP_LIB_INSTALL_DIR}
# COMPONENT ${LIBASSIMP_COMPONENT})

0 comments on commit 54d32c2

Please sign in to comment.