Skip to content

Commit

Permalink
Add zlibstatic to the list of exported targets
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdaler committed Mar 28, 2021
1 parent b7df376 commit 0bd938c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ IF(ASSIMP_HUNTER_ENABLED)
ELSE()
# If the zlib is already found outside, add an export in case assimpTargets can't find it.
IF( ZLIB_FOUND )
INSTALL( TARGETS zlib
INSTALL( TARGETS zlib zlibstatic
EXPORT "${TARGETS_EXPORT_NAME}")
ENDIF()

Expand Down

0 comments on commit 0bd938c

Please sign in to comment.