mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix Criterion dependency
This commit is contained in:
parent
5842f8283d
commit
196faa7bf1
2 changed files with 3 additions and 1 deletions
|
@ -33,5 +33,7 @@ include(FindPkgConfig)
|
|||
|
||||
pkg_check_modules(JANSSON IMPORTED_TARGET jansson)
|
||||
|
||||
find_package(Criterion)
|
||||
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(tests)
|
||||
|
|
|
@ -32,7 +32,7 @@ find_package(Criterion REQUIRED)
|
|||
|
||||
target_include_directories(unit-tests-common PUBLIC
|
||||
${PROJECT_SOURCE_DIR}/include
|
||||
${CRITERION_INCLUDE_DIRECTORIES}
|
||||
${CRITERION_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_link_libraries(unit-tests-common PUBLIC
|
||||
|
|
Loading…
Add table
Reference in a new issue