Add missing jansson dependency on maxscale-common
The Jansson library must be built or must exist before MaxScale.
This commit is contained in:
parent
aa260cf6cf
commit
28e4133669
@ -87,7 +87,7 @@ if (HAVE_LIBDL)
|
||||
target_link_libraries(maxscale-common dl)
|
||||
endif()
|
||||
|
||||
add_dependencies(maxscale-common pcre2 connector-c libmicrohttpd)
|
||||
add_dependencies(maxscale-common pcre2 connector-c libmicrohttpd jansson)
|
||||
set_target_properties(maxscale-common PROPERTIES VERSION "1.0.0")
|
||||
install_module(maxscale-common core)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user