aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 782fefd..e44ef40 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -10,7 +10,7 @@ set(CMOCKA_SHARED_LIBRARY
if (BUILD_STATIC_LIB)
set(CMOCKA_STATIC_LIBRARY
- cmocka_static
+ cmocka-static
CACHE INTERNAL "cmocka static library"
)
endif()