release 0.7 (#1076)
This commit is contained in:
parent
7a807f3805
commit
34b8da6496
@ -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>
|
||||
|
||||
* google-glog: version 0.6.0.
|
||||
|
||||
@ -65,7 +65,7 @@ installed using a package manager, you can use the CMake command
|
||||
cmake_minimum_required (VERSION 3.16)
|
||||
project (myproj VERSION 1.0)
|
||||
|
||||
find_package (glog 0.6.0 REQUIRED)
|
||||
find_package (glog 0.7.0 REQUIRED)
|
||||
|
||||
add_executable (myapp main.cpp)
|
||||
target_link_libraries (myapp glog::glog)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user