1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

link fmtlib relocatable

This commit is contained in:
Steffen Vogel 2018-10-21 22:18:49 +01:00
parent cd4f5d5c61
commit 111e1fadac

View file

@ -63,6 +63,8 @@ set(SPDLOG_BUILD_BENCH OFF)
add_subdirectory(thirdparty/spdlog)
add_subdirectory(thirdparty/fmtlib)
target_compile_options(fmt PUBLIC -fPIC)
pkg_check_modules(JANSSON IMPORTED_TARGET REQUIRED jansson>=2.7)
pkg_check_modules(LIBCONFIG IMPORTED_TARGET libconfig>=1.4.9)