Rework CMake glog VERSION management.
authorCorentin Le Molgat <corentinl@google.com>
Mon, 29 Jan 2018 13:59:08 +0000 (14:59 +0100)
committerCorentin Le Molgat <corentinl@google.com>
Tue, 6 Feb 2018 09:37:26 +0000 (10:37 +0100)
commit6b6e38a7d53fe01f42ce34384cf4ba4c50e8cb65
treeba2478178f138c334fa2963a82325bbf96446ba2
parent4ef88d510e9af9ed7b875a7d2c292b4cf6502485
Rework CMake glog VERSION management.

- Use of Project version properties instead of custom variables
- fix missmatch between VERSION (build version) and SOVERSION (API version)
src: https://cmake.org/cmake/help/latest/prop_tgt/VERSION.html#prop_tgt:VERSION
CMakeLists.txt