Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #245: [FIXUP] cmake: Enable CMP0141 policy after `cmake_minimum…
…_required()` af5e6b4 [FIXUP] cmake: Enable CMP0141 policy after `cmake_minimum_required()` (Hennadii Stepanov) Pull request description: Otherwise, the policy setting won't get any effect. See https://cmake.org/cmake/help/latest/policy/CMP0141.html --- After #215, the `CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` CMake's abstraction is not used in our code directly, but it is still convenient for the user to be able to use it when configuring the build system from the command line or an IDE. --- This change can be easily verified on any system (not Windows only) by injecting the following commands: ```cmake cmake_policy(GET CMP0141 result) message("${result}") ``` ACKs for top commit: m3dwards: ACK af5e6b4 Tree-SHA512: 98dccc7f97b3b496a121a6e0961b60c344a2bc7f2e19193ea1936a9776c5ebf7eec6c47e6159332997b48ea2ce3220a801054c3c9d1d8c7be927add4458bfb92
- Loading branch information