glog/cmake
Arfrever Frehtes Taifersar Arahesis b38ed9d08a cmake_package_config_generate: Fix CMake warnings with CMake 3.23
Correct syntax to run CMake built-in command-line tools is `cmake -E`:
https://cmake.org/cmake/help/v3.23/manual/cmake.1.html#run-a-command-line-tool

This test was mistakenly using `cmake env ... cmake ...`, where `env` and second `cmake`
were interpreted as paths (of source directory or build directory), resulting
in "Ignoring extra path from command line" CMake warnings with CMake 3.23:
eacf1f879b
2022-02-18 14:15:15 +01:00
..
DetermineGflagsNamespace.cmake removed executable flag from .cmake file 2019-11-02 00:20:22 +01:00
FindUnwind.cmake cmake: do not search for platform specific unwind 2021-12-22 16:15:15 +01:00
GetCacheVariables.cmake ci: added more targets 2021-07-14 02:21:58 +02:00
RunCleanerTest1.cmake added log cleaner tests and fixed paths 2021-10-29 22:45:55 +02:00
RunCleanerTest2.cmake added log cleaner tests and fixed paths 2021-10-29 22:45:55 +02:00
RunCleanerTest3.cmake LogCleaner: Fix relative paths and add a new test 2021-12-09 10:30:51 +01:00
TestInitPackageConfig.cmake fixed windows builds 2021-04-08 18:16:42 +02:00
TestPackageConfig.cmake cmake_package_config_generate: Fix CMake warnings with CMake 3.23 2022-02-18 14:15:15 +01:00