summarylogtreecommitdiffstats
path: root/skip-boost-debug-libs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'skip-boost-debug-libs.patch')
-rw-r--r--skip-boost-debug-libs.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/skip-boost-debug-libs.patch b/skip-boost-debug-libs.patch
deleted file mode 100644
index 4facf979df48..000000000000
--- a/skip-boost-debug-libs.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- gtsam-4.0.2/CMakeLists.txt.old 2019-10-12 17:14:32.067880953 -0700
-+++ gtsam-4.0.2/CMakeLists.txt 2019-10-12 17:14:43.756628849 -0700
-@@ -185,12 +185,6 @@
- optimized ${Boost_THREAD_LIBRARY_RELEASE}
- optimized ${Boost_DATE_TIME_LIBRARY_RELEASE}
- optimized ${Boost_REGEX_LIBRARY_RELEASE}
-- debug ${Boost_SERIALIZATION_LIBRARY_DEBUG}
-- debug ${Boost_SYSTEM_LIBRARY_DEBUG}
-- debug ${Boost_FILESYSTEM_LIBRARY_DEBUG}
-- debug ${Boost_THREAD_LIBRARY_DEBUG}
-- debug ${Boost_DATE_TIME_LIBRARY_DEBUG}
-- debug ${Boost_REGEX_LIBRARY_DEBUG}
- )
- message(STATUS "GTSAM_BOOST_LIBRARIES: ${GTSAM_BOOST_LIBRARIES}")
- if (GTSAM_DISABLE_NEW_TIMERS)
-@@ -201,8 +195,6 @@
- list(APPEND GTSAM_BOOST_LIBRARIES
- optimized ${Boost_TIMER_LIBRARY_RELEASE}
- optimized ${Boost_CHRONO_LIBRARY_RELEASE}
-- debug ${Boost_TIMER_LIBRARY_DEBUG}
-- debug ${Boost_CHRONO_LIBRARY_DEBUG}
- )
- else()
- list(APPEND GTSAM_BOOST_LIBRARIES rt) # When using the header-only boost timer library, need -lrt