From c81886ef000097040f096945e7b60ee832071993 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 15 Dec 2016 12:22:42 +0200 Subject: [cmake] FindPython: fix typo --- project/cmake/modules/FindPython.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/cmake/modules/FindPython.cmake b/project/cmake/modules/FindPython.cmake index b3fae060ee..0339697d4d 100644 --- a/project/cmake/modules/FindPython.cmake +++ b/project/cmake/modules/FindPython.cmake @@ -6,7 +6,7 @@ # PYTHON_LIBRARIES - The python libraries if(PKG_CONFIG_FOUND) - pkg_check_modules(PC_PYTHON python >= 2.7 QUIET) + pkg_check_modules(PC_PYTHON python>=2.7 QUIET) endif() find_program(PYTHON_EXECUTABLE python ONLY_CMAKE_FIND_ROOT_PATH) -- cgit v1.2.3