Fix another typo.

This commit is contained in:
Kim Kulling
2021-01-06 18:59:13 +01:00
committed by GitHub
parent 2ad4218d25
commit d898ecc80c

View File

@@ -198,7 +198,7 @@ endif(MINGW)
add_library(zlibstatic STATIC ${ZLIB_SRCS} ${ZLIB_ASMS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS})
IF(WIN32
IF(WIN32)
INSTALL( TARGETS zlibstatic
EXPORT "${TARGETS_EXPORT_NAME}"
LIBRARY DESTINATION ${ASSIMP_LIB_INSTALL_DIR}