win32: Fix IMPORT_SUFFIX.
This commit is contained in:
parent
a6437568a5
commit
1a86690f4b
|
@ -23,7 +23,7 @@ SET_TARGET_PROPERTIES (${LibName} PROPERTIES VERSION ${MAJOR}.${MINOR}.${PATCH})
|
|||
SET_TARGET_PROPERTIES (${LibName} PROPERTIES SOVERSION ${MAJOR})
|
||||
IF (WIN32)
|
||||
SET_TARGET_PROPERTIES (${LibName} PROPERTIES PREFIX "" IMPORT_PREFIX ""
|
||||
SUFFIX "-${MAJOR}.dll" IMPORT_SUFFIX "-${MAJOR}.a")
|
||||
SUFFIX "-${MAJOR}.dll" IMPORT_SUFFIX "-${MAJOR}.dll.a")
|
||||
ENDIF (WIN32)
|
||||
|
||||
IF (LibInstall)
|
||||
|
|
Loading…
Reference in New Issue