commit | 6c11edadde4b2762a0e7376d60cca8f1464d064e | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Oct 08 16:35:19 2015 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu Oct 08 16:35:19 2015 +0200 |
tree | 9cee61b162897831dde398398d29dea36743cefc | |
parent | ce24ab85543f92a1ed80983bd908a8dc2f49a6e4 [diff] [blame] |
tests CHANGE require cmocka version 1.0.0 at least
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d6b970b..b728357 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.6) -find_package(CMOCKA REQUIRED) +find_package(CMocka 1.0.0 REQUIRED) add_executable(test_io test_io.c) target_link_libraries(test_io ${CMOCKA_LIBRARIES} ${LIBYANG_LIBRARIES} netconf2)