Fix syntax error
This commit is contained in:
@@ -1365,7 +1365,6 @@ if (BUILD_SHARED_LIBS)
|
|||||||
set_target_properties(unicorn PROPERTIES OUTPUT_NAME "unicorn-import")
|
set_target_properties(unicorn PROPERTIES OUTPUT_NAME "unicorn-import")
|
||||||
endif()
|
endif()
|
||||||
bundle_static_library(unicorn_static unicorn_archive unicorn)
|
bundle_static_library(unicorn_static unicorn_archive unicorn)
|
||||||
endif()
|
|
||||||
else()
|
else()
|
||||||
# Rename the "static" lib to avoid filename clash.
|
# Rename the "static" lib to avoid filename clash.
|
||||||
set_target_properties(unicorn PROPERTIES OUTPUT_NAME "unicorn-static")
|
set_target_properties(unicorn PROPERTIES OUTPUT_NAME "unicorn-static")
|
||||||
|
|||||||
Reference in New Issue
Block a user