From 7bc6e9a26555d5f7ee5b1223eeca446a7da1a9ae Mon Sep 17 00:00:00 2001 From: lazymio Date: Mon, 2 May 2022 17:53:35 +0200 Subject: [PATCH] Fix syntax error --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42f7fe80..3d3a88de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1364,8 +1364,7 @@ if (BUILD_SHARED_LIBS) # Avoid the import lib built by MVSC clash with our archive. set_target_properties(unicorn PROPERTIES OUTPUT_NAME "unicorn-import") endif() - bundle_static_library(unicorn_static unicorn_archive unicorn) - endif() + bundle_static_library(unicorn_static unicorn_archive unicorn) else() # Rename the "static" lib to avoid filename clash. set_target_properties(unicorn PROPERTIES OUTPUT_NAME "unicorn-static")