Merged in jlblancoc/gtsam-1/jlblancoc/remove-bigobj-flag-here-its-already-enab-1543332617283 (pull request #343)
Remove /bigobj flag here (it's already enabled in parent scope)release/4.3a0
commit
ec334877ff
|
@ -146,15 +146,6 @@ else()
|
||||||
set_source_files_properties(${3rdparty_srcs} PROPERTIES COMPILE_FLAGS "-Wno-error")
|
set_source_files_properties(${3rdparty_srcs} PROPERTIES COMPILE_FLAGS "-Wno-error")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Special cases
|
|
||||||
if(MSVC)
|
|
||||||
set_property(SOURCE
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/slam/serialization.cpp"
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/nonlinear/ISAM2.cpp"
|
|
||||||
APPEND PROPERTY COMPILE_FLAGS "/bigobj")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
# Create the matlab toolbox for the gtsam library
|
# Create the matlab toolbox for the gtsam library
|
||||||
if (GTSAM_INSTALL_MATLAB_TOOLBOX)
|
if (GTSAM_INSTALL_MATLAB_TOOLBOX)
|
||||||
# Set up codegen
|
# Set up codegen
|
||||||
|
|
Loading…
Reference in New Issue