Formatting fixes
parent
86cf063a5e
commit
92bd5f18cf
|
@ -274,9 +274,9 @@ print_config_flag(${GTSAM_BUILD_TESTS} "Build Tests
|
||||||
if (DOXYGEN_FOUND)
|
if (DOXYGEN_FOUND)
|
||||||
print_config_flag(${GTSAM_BUILD_DOCS} "Build Docs ")
|
print_config_flag(${GTSAM_BUILD_DOCS} "Build Docs ")
|
||||||
endif()
|
endif()
|
||||||
|
print_config_flag(${GTSAM_BUILD_SHARED_LIBRARY} "Build shared GTSAM Library ")
|
||||||
|
print_config_flag(${GTSAM_BUILD_STATIC_LIBRARY} "Build static GTSAM Library ")
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
print_config_flag(${GTSAM_BUILD_SHARED_LIBRARY} "Build shared GTSAM Library ")
|
|
||||||
print_config_flag(${GTSAM_BUILD_STATIC_LIBRARY} "Build static GTSAM Library ")
|
|
||||||
print_config_flag(${GTSAM_BUILD_CONVENIENCE_LIBRARIES} "Build Convenience Libraries ")
|
print_config_flag(${GTSAM_BUILD_CONVENIENCE_LIBRARIES} "Build Convenience Libraries ")
|
||||||
endif()
|
endif()
|
||||||
print_config_flag(${GTSAM_BUILD_TYPE_POSTFIXES} "Put build-type in library name ")
|
print_config_flag(${GTSAM_BUILD_TYPE_POSTFIXES} "Put build-type in library name ")
|
||||||
|
|
|
@ -70,8 +70,6 @@ foreach(subdir ${gtsam_subdirs})
|
||||||
add_subdirectory(${subdir})
|
add_subdirectory(${subdir})
|
||||||
endforeach(subdir)
|
endforeach(subdir)
|
||||||
|
|
||||||
message(STATUS "navigation_srcs: [${navigation_srcs}]")
|
|
||||||
|
|
||||||
# To add additional sources to gtsam when building the full library (static or shared)
|
# To add additional sources to gtsam when building the full library (static or shared)
|
||||||
# Add the subfolder with _srcs appended to the end to this list
|
# Add the subfolder with _srcs appended to the end to this list
|
||||||
set(gtsam_srcs
|
set(gtsam_srcs
|
||||||
|
|
Loading…
Reference in New Issue