Skip to content

Commit 5b9c5c7

Browse files
committed
build BUGFIX cmocka 1.0.1 is required
1 parent 2915ed1 commit 5b9c5c7

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
@@ -274,7 +274,7 @@ if(ENABLE_VALGRIND_TESTS)
274274
endif()
275275

276276
if(ENABLE_TESTS)
277-
find_package(CMocka 1.0.0)
277+
find_package(CMocka 1.0.1)
278278
if(NOT CMOCKA_FOUND)
279279
message(STATUS "Disabling tests because of missing CMocka")
280280
set(ENABLE_TESTS OFF)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ as well as YANG 1.1 ([RFC 7950](https://tools.ietf.org/html/rfc7950)).
6060
#### Optional
6161

6262
* doxygen (for generating documentation)
63-
* cmocka >= 1.0.0 (for [tests](#Tests))
63+
* cmocka >= 1.0.1 (for [tests](#Tests))
6464
* valgrind (for enhanced testing)
6565
* gcov (for code coverage)
6666
* lcov (for code coverage)

0 commit comments

Comments
 (0)