Commit 4c792bf0 authored by Alex Hornby's avatar Alex Hornby Committed by Facebook GitHub Bot

update fboss gtest usage for cmake 3.20+ and centos stream 8

Summary:
Need to specify both gtest and gmock includes like folly does

Centos stream 8 doesn't have libmnl-static, and needed different alias for nl-route-3

Reviewed By: shri-khare

Differential Revision: D33537568

fbshipit-source-id: 506ef13224e71b874f8a43b52474f39da14a8d67
parent 92ee56a3
...@@ -3,6 +3,9 @@ name = libmnl ...@@ -3,6 +3,9 @@ name = libmnl
[rpms] [rpms]
libmnl-devel libmnl-devel
# centos stream 8 is missing this, but its in fedora so may be back in a later version
[rpms.not(all(distro=centos_stream,distro_vers=8))]
libmnl-static libmnl-static
[debs] [debs]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment