docs: update version
This commit is contained in:
parent
cfe648e9c5
commit
30c9ed3687
@ -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.8.0 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