Update comment

pull/4555/head
Underdisc 2022-06-01 12:45:40 +02:00
parent 02e0d1d05c
commit 17289985a4
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ ENDIF()
ADD_LIBRARY( assimp ${assimp_src} )
ADD_LIBRARY(assimp::assimp ALIAS assimp)
# Remove any dllexport tags when building a static library.
# Add or remove dllexport tags depending on the library type.
IF (BUILD_SHARED_LIBS)
TARGET_COMPILE_DEFINITIONS(assimp PRIVATE ASSIMP_BUILD_DLL_EXPORT)
ELSE ()