Skip to content

Commit 1f439d4

Browse files
committed
build BUGFIX cmocka 1.0.1 is required
1 parent d0a59ab commit 1f439d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ if(ENABLE_VALGRIND_TESTS)
176176
endif()
177177

178178
if(ENABLE_TESTS)
179-
find_package(CMocka 1.0.0)
179+
find_package(CMocka 1.0.1)
180180
if(NOT CMOCKA_FOUND)
181181
message(STATUS "Disabling tests because of missing CMocka")
182182
set(ENABLE_TESTS OFF)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ compile and install it from [source](https://github.com/DNSSEC-Tools/DNSSEC-Tool
102102
Only the validator component (`DNSSEC-Tools/dnssec-tools/validator`) is needed.
103103

104104
### cmocka
105-
For running the tests (see the [Tests](#tests) section for more information).
105+
For running the tests cmocka 1.0.1 is required (see the [Tests](#tests) section for more information).
106106
```
107107
$ sudo apt-get install libcmocka-dev
108108
```

0 commit comments

Comments
 (0)