misc: fix ubuntu 20.04 python deps
[vpp.git] / src / vpp-api / python / CMakeLists.txt
index 910df6b..6450fd9 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-find_package(Python3 COMPONENTS Interpreter)
+if (CMAKE_VERSION VERSION_LESS 3.12)
+  find_package(PythonInterp 2.7)
+else()
+  find_package(Python3 COMPONENTS Interpreter)
+endif()
 
 if(PYTHONINTERP_FOUND)
   install(