minor formatting

release/4.3a0
Varun Agrawal 2020-09-18 11:49:03 -04:00
parent 859c157a0f
commit 25eb4a13fd
1 changed files with 5 additions and 1 deletions

View File

@ -127,7 +127,11 @@ if(GTSAM_BUILD_PYTHON)
endif()
if(${GTSAM_PYTHON_VERSION} STREQUAL "Default")
set(GTSAM_PYTHON_VERSION "${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}" CACHE STRING "The version of Python to build the wrappers against." FORCE)
set(GTSAM_PYTHON_VERSION "${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}"
CACHE
STRING
"The version of Python to build the wrappers against."
FORCE)
endif()
if(GTSAM_UNSTABLE_BUILD_PYTHON)