release 0.7 (#1076)

This commit is contained in:
Sergiu Deitsch 2024-02-17 18:49:26 +01:00 committed by GitHub
parent 7a807f3805
commit 34b8da6496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2024-02-17 Google Inc. <opensource@google.com>
* google-glog: version 0.7.0.
* See git log for the details.
2022-04-05 Google Inc. <opensource@google.com> 2022-04-05 Google Inc. <opensource@google.com>
* google-glog: version 0.6.0. * google-glog: version 0.6.0.

View File

@ -65,7 +65,7 @@ installed using a package manager, you can use the CMake command
cmake_minimum_required (VERSION 3.16) cmake_minimum_required (VERSION 3.16)
project (myproj VERSION 1.0) project (myproj VERSION 1.0)
find_package (glog 0.6.0 REQUIRED) find_package (glog 0.7.0 REQUIRED)
add_executable (myapp main.cpp) add_executable (myapp main.cpp)
target_link_libraries (myapp glog::glog) target_link_libraries (myapp glog::glog)