mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-04 03:47:59 +00:00
CI: Make cmakelint happy
This commit is contained in:
@@ -72,7 +72,7 @@ else()
|
|||||||
if(PYTHON_EXECUTABLE)
|
if(PYTHON_EXECUTABLE)
|
||||||
message(STATUS "User set python executable ${PYTHON_EXECUTABLE}")
|
message(STATUS "User set python executable ${PYTHON_EXECUTABLE}")
|
||||||
if(CMAKE_VERSION VERSION_LESS "3.27")
|
if(CMAKE_VERSION VERSION_LESS "3.27")
|
||||||
find_package(PythonInterp ${VOLK_PYTHON_MIN_VERSION} REQUIRED)
|
find_package(PythonInterp ${VOLK_PYTHON_MIN_VERSION} REQUIRED)
|
||||||
else()
|
else()
|
||||||
find_package(Python COMPONENTS Interpreter)
|
find_package(Python COMPONENTS Interpreter)
|
||||||
set(PYTHONINTERP_FOUND Python_Interpreter_FOUND)
|
set(PYTHONINTERP_FOUND Python_Interpreter_FOUND)
|
||||||
|
Reference in New Issue
Block a user