bump version patch
This commit is contained in:
parent
175b54d4fa
commit
6d92a2e5a1
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required (VERSION 3.22)
|
cmake_minimum_required (VERSION 3.22)
|
||||||
project (glog
|
project (glog
|
||||||
VERSION 0.7.1
|
VERSION 0.7.2
|
||||||
DESCRIPTION "C++ implementation of the Google logging module"
|
DESCRIPTION "C++ implementation of the Google logging module"
|
||||||
HOMEPAGE_URL https://github.com/google/glog
|
HOMEPAGE_URL https://github.com/google/glog
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
|
|||||||
@ -8,7 +8,7 @@ find_package` to build against glog in your CMake project as follows:
|
|||||||
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.7.1 REQUIRED)
|
find_package (glog 0.7.2 REQUIRED)
|
||||||
|
|
||||||
add_executable (myapp main.cpp)
|
add_executable (myapp main.cpp)
|
||||||
target_link_libraries (myapp glog::glog)
|
target_link_libraries (myapp glog::glog)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user