Regression

release/4.3a0
Fan Jiang 2020-01-06 22:35:11 -05:00
parent 982c904c1c
commit ef8026bc23
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 PYTHON_LIBRARY)
if(NOT DEFINED PYTHON_LIBRARY)
if(GTSAM_PYTHON_VERSION STREQUAL "Default")
find_package(PythonInterp REQUIRED)
find_package(PythonLibs REQUIRED)