Skip to content
Snippets Groups Projects
Verified Commit 04f4bfbc authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 4c414e66
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ set(test_cases
)
find_library(cmocka-static cmocka)
if (NOT cmocka-static)
message(${cmocka-static})
if (cmocka-static)
message(STATUS "Found pre-installed cmocka: ${cmocka-static}")
elseif (${CMAKE_VERSION} VERSION_LESS "3.14.0")
message(FATAL_ERROR
"Failed to run tests. A pre-installed cmocka could not be found and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment