suppress warning when wrapper indentation is too long
parent
9bef6bfded
commit
0479223b3f
|
@ -416,6 +416,8 @@ add_subdirectory(CppUnitLite)
|
||||||
# Build wrap
|
# Build wrap
|
||||||
if (GTSAM_BUILD_WRAP)
|
if (GTSAM_BUILD_WRAP)
|
||||||
add_subdirectory(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)
|
endif(GTSAM_BUILD_WRAP)
|
||||||
|
|
||||||
# Build GTSAM library
|
# Build GTSAM library
|
||||||
|
|
Loading…
Reference in New Issue