NIKSS-vSwitch / nikss

Native In-Kernel P4-programmable Software Switch for Software-Defined Networking (previously PSA-eBPF)
Apache License 2.0
47 stars 4 forks source link

Lower minimum required cmake version #92

Closed tatry closed 1 year ago

tatry commented 1 year ago

The oldest cmake version from maintained repositories (Ubuntu 18.04 LTS) is 3.10, so it was used to test if CMakeLists.txt is correct. With these changes it is possible to build code without cmake errors.

PTF tests are not performed because the C code is not changed.

fixes #91 (not fully, because probably even older version can be used, but this has not been tested)