mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Fix cmake libre pkg-config import
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
parent
e7e168d5f2
commit
4803033b9c
1 changed files with 4 additions and 1 deletions
|
@ -126,7 +126,10 @@ if(NOT NANOMSG_FOUND)
|
|||
endif()
|
||||
pkg_check_modules(RE IMPORTED_TARGET re>=2.9.0)
|
||||
if(NOT RE_FOUND)
|
||||
pkg_check_modules(RE IMPORTED_TARGET libre>=0.5.6)
|
||||
pkg_check_modules(RE IMPORTED_TARGET libre>=2.9.0)
|
||||
endif()
|
||||
if(NOT RE_FOUND)
|
||||
pkg_check_modules(RE IMPORTED_TARGET re2)
|
||||
endif()
|
||||
|
||||
if (REDISPP_FOUND)
|
||||
|
|
Loading…
Add table
Reference in a new issue