Change Python root directory (#289)

This commit is contained in:
Josip Matak
2022-01-18 08:23:17 +01:00
committed by GitHub
parent 7deac4ac8b
commit 339cd9b84e
2 changed files with 5 additions and 1 deletions

View File

@@ -322,7 +322,8 @@ if (UBSAN)
# To make the program abort on undefined behavior, use UBSAN_OPTIONS=halt_on_error=1.
endif()
set(MG_PYTHON_VERSION "" CACHE STRING "Specify the exact python version used by the query modules")
set(MG_PYTHON_VERSION "" CACHE STRING "Specify the exact Python version used by the query modules")
set(MG_PYTHON_PATH "" CACHE STRING "Specify the exact Python path used by the query modules")
# Add subprojects
include_directories(src)