mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
13 lines
372 B
Diff
13 lines
372 B
Diff
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")
|