From e1885916956b869b07713ec313de4f342f487192 Mon Sep 17 00:00:00 2001 From: lazymio Date: Mon, 4 Apr 2022 10:54:35 +0200 Subject: [PATCH] Rename unicorn_static to unicorn-static --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f633b47..1de52e8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1282,7 +1282,7 @@ target_include_directories(unicorn PUBLIC ) if (NOT BUILD_SHARED_LIBS) - bundle_static_library(unicorn unicorn_static) + bundle_static_library(unicorn unicorn-static) endif() if(UNICORN_INSTALL AND NOT MSVC)