remove extra whitespaces
parent
e0ce34833a
commit
5c75a52fa6
|
@ -23,7 +23,6 @@ include(PybindWrap)
|
||||||
|
|
||||||
# Load the pybind11 code
|
# Load the pybind11 code
|
||||||
|
|
||||||
|
|
||||||
# This is required to avoid an error in modern pybind11 cmake scripts:
|
# This is required to avoid an error in modern pybind11 cmake scripts:
|
||||||
if(POLICY CMP0057)
|
if(POLICY CMP0057)
|
||||||
cmake_policy(SET CMP0057 NEW)
|
cmake_policy(SET CMP0057 NEW)
|
||||||
|
@ -200,7 +199,6 @@ if(GTSAM_UNSTABLE_BUILD_PYTHON)
|
||||||
gtsam::gtsfm::KeypointsVector
|
gtsam::gtsfm::KeypointsVector
|
||||||
gtsam::gtsfm::SfmTrack2dVector)
|
gtsam::gtsfm::SfmTrack2dVector)
|
||||||
|
|
||||||
|
|
||||||
pybind_wrap(${GTSAM_PYTHON_UNSTABLE_TARGET} # target
|
pybind_wrap(${GTSAM_PYTHON_UNSTABLE_TARGET} # target
|
||||||
${PROJECT_SOURCE_DIR}/gtsam_unstable/gtsam_unstable.i # interface_header
|
${PROJECT_SOURCE_DIR}/gtsam_unstable/gtsam_unstable.i # interface_header
|
||||||
"gtsam_unstable.cpp" # generated_cpp
|
"gtsam_unstable.cpp" # generated_cpp
|
||||||
|
|
Loading…
Reference in New Issue