Regression

release/4.3a0
Fan Jiang 2020-01-06 22:42:52 -05:00
parent ef8026bc23
commit cbea85dafd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ unset(PYTHON_MAJOR_VERSION CACHE)
unset(PYTHON_LIBRARY CACHE)
# Allow override from command line
if(NOT DEFINED PYTHON_LIBRARY)
if(NOT DEFINED GTSAM_USE_CUSTOM_PYTHON_LIBRARY)
if(GTSAM_PYTHON_VERSION STREQUAL "Default")
find_package(PythonInterp REQUIRED)
find_package(PythonLibs REQUIRED)