You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
he support for CMake3.4 does not play well with our configuration, so
* Use -DCMAKE_POLICY_VERSION_MINIMUM=3.14
* Statically link: target_compile_definitions(ebpfverifier PRIVATE YAML_CPP_STATIC_DEFINE)
There's a pending PR regarding removal of CMake 3.4: jbeder/yaml-cpp#1351
Signed-off-by: Elazar Gershuni <[email protected]>
0 commit comments