mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-08 03:36:44 +00:00
Document Python packages for summary
This commit is contained in:
parent
9ec3a1a1d8
commit
af49086851
@ -930,6 +930,27 @@ if(NOT VOLKGNSSSDR_FOUND)
|
||||
message(FATAL_ERROR "six - python 2 and 3 compatibility library required to build VOLK_GNSSSDR")
|
||||
endif()
|
||||
|
||||
set_package_properties(Python3 PROPERTIES
|
||||
URL "https://www.python.org/"
|
||||
DESCRIPTION "An interpreted, high-level, general-purpose programming language"
|
||||
PURPOSE "Required to build volk_gnsssdr."
|
||||
TYPE REQUIRED
|
||||
)
|
||||
|
||||
set_package_properties(Python2 PROPERTIES
|
||||
URL "https://www.python.org/"
|
||||
DESCRIPTION "An interpreted, high-level, general-purpose programming language"
|
||||
PURPOSE "Required to build volk_gnsssdr."
|
||||
TYPE REQUIRED
|
||||
)
|
||||
|
||||
set_package_properties(PythonInterp PROPERTIES
|
||||
URL "https://www.python.org/"
|
||||
DESCRIPTION "An interpreted, high-level, general-purpose programming language"
|
||||
PURPOSE "RRequired to build volk_gnsssdr."
|
||||
TYPE REQUIRED
|
||||
)
|
||||
|
||||
set(READ_ENVIRO "")
|
||||
if(ENABLE_PACKAGING)
|
||||
if((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") AND NOT WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user