suppress warning when wrapper indentation is too long

release/4.3a0
Varun Agrawal 2020-03-22 20:04:33 -04:00
parent 9bef6bfded
commit 0479223b3f
1 changed files with 2 additions and 0 deletions

View File

@ -416,6 +416,8 @@ add_subdirectory(CppUnitLite)
# Build wrap
if (GTSAM_BUILD_WRAP)
add_subdirectory(wrap)
# suppress warning of cython line being too long
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-misleading-indentation")
endif(GTSAM_BUILD_WRAP)
# Build GTSAM library