blob: 1e72c9f35c4b7dab540fdf0a636b616f2094341c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c1b150..6518e6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -146,6 +146,7 @@ else (GLOG_FOUND)
message(FATAL_ERROR "Can't find Google Logging. Please set GLOG_INCLUDE_DIR & "
"GLOG_LIBRARY")
endif (GLOG_FOUND)
+add_definitions(-DGLOG_NO_ABBREVIATED_SEVERITIES)
# Ceres
message("-- Check for Ceres")
|