commit | f2294569cfe43f87c9f72d35545e8de1126eb4b9 | [log] [tgz] |
---|---|---|
author | Timothy Lyanguzov <timothy.lyanguzov@sap.com> | Mon Jul 03 15:53:44 2023 +1200 |
committer | Cosmin Truta <ctruta@gmail.com> | Mon Oct 02 23:24:00 2023 +0300 |
tree | 2ca98eda60b56530b0b53471de63df2b99d7ad9a | |
parent | 1547b335e4fc9ad0a8262b2984dbb6ec46577266 [diff] |
Use CMake 3.5 features 1. Set `cmake_minimum_required` to 3.5 (see https://cmake.org/cmake/help/latest/release/3.27.html) 2. Specify the version of CMake project 3. Remove the redundant call to `cmake_policy` 4. Use `CMAKE_INSTALL_BINDIR` and `CMAKE_INSTALL_INCLUDEDIR` 5. Use private library linking for tools and test programs 6. Don't activate testing if it was not enabled Signed-off-by: Cosmin Truta <ctruta@gmail.com>