aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-10-17 15:49:48 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-10-20 14:59:54 +0200
commit58d7c4089e07bb1b9fd6206f76e4e902fcf742ce (patch)
tree25bfb0a588121e477ae5f492bc6a7532c2a1fc1c
parentdb37dc617ff6685163974b5ffa9746408c00a113 (diff)
downloadresolv_wrapper-58d7c4089e07bb1b9fd6206f76e4e902fcf742ce.tar.gz
resolv_wrapper-58d7c4089e07bb1b9fd6206f76e4e902fcf742ce.tar.xz
resolv_wrapper-58d7c4089e07bb1b9fd6206f76e4e902fcf742ce.zip
cmake: Require at least cmocka 1.1.0
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18abd22..9d858bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,7 +81,7 @@ install(
add_subdirectory(doc)
if (UNIT_TESTING)
- find_package(cmocka REQUIRED)
+ find_package(cmocka 1.1.0 REQUIRED)
include(AddCMockaTest)
add_subdirectory(tests)
endif (UNIT_TESTING)