Fix cmake typo to correctly only set archive output name
This commit is contained in:
parent
9691059c5b
commit
fc2683c973
@ -1362,7 +1362,7 @@ endif()
|
|||||||
if (BUILD_SHARED_LIBS)
|
if (BUILD_SHARED_LIBS)
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
# Avoid the import lib built by MVSC clash with our archive.
|
# Avoid the import lib built by MVSC clash with our archive.
|
||||||
set_target_properties(unicorn PROPERTIES OUTPUT_NAME "unicorn-import")
|
set_target_properties(unicorn PROPERTIES ARCHIVE_OUTPUT_NAME "unicorn-import")
|
||||||
endif()
|
endif()
|
||||||
bundle_static_library(unicorn_static unicorn_archive unicorn)
|
bundle_static_library(unicorn_static unicorn_archive unicorn)
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user