mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-22 18:14:53 +00:00
Python Development component is not needed
This commit is contained in:
@@ -47,7 +47,7 @@ else(CMAKE_VERSION VERSION_LESS 3.12)
|
||||
message(STATUS "User set python executable ${PYTHON_EXECUTABLE}")
|
||||
find_package(PythonInterp ${VOLK_PYTHON_MIN_VERSION} REQUIRED)
|
||||
else(PYTHON_EXECUTABLE)
|
||||
find_package (Python COMPONENTS Interpreter Development)
|
||||
find_package (Python COMPONENTS Interpreter)
|
||||
set(PYTHON_VERSION_MAJOR ${Python_VERSION_MAJOR})
|
||||
set(PYTHON_EXECUTABLE ${Python_EXECUTABLE})
|
||||
endif(PYTHON_EXECUTABLE)
|
||||
|
||||
Reference in New Issue
Block a user