Closed tokoro10g closed 11 months ago
The issue is introduced by the version 20231031 0.10.0
This PR fixes minimum CMake version in CMakeLists.txt.
CMAKE_CXX_COMPILER_LAUNCHER
CMake variable is available from version 3.4 according to the official documentation:
https://cmake.org/cmake/help/v3.4/variable/CMAKE_LANG_COMPILER_LAUNCHER.html#variable:CMAKE_%3CLANG%3E_COMPILER_LAUNCHER
Checked that the CMAKE_CXX_COMPILER_LAUNCHER
variable is properly picked up by CMake older than 3.17.
(Ubuntu 20.04, cmake 3.16.3)
@twslankard Hi, could you review this patch?
@Samahu I updated the description of this PR to meet the requirements on CI. Could you rerun the check?
@tokoro10g unfortunately GH or the script that checks PR description does not pick the changes, but nonetheless I went ahead and merged your proposed fix. Thanks for your contribution!
This PR fixes minimum CMake version in CMakeLists.txt