Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 7d47760 ("moving some settings to an apposite cmake file") moved the `cmake_policy(SET CMP0072 NEW)` from the toplevel scope to the scope of the included file. For details, see https://cmake.org/cmake/help/latest/manual/cmake-policies.7.html Set NO_POLICY_SCOPE when including the file, to move the POLICIES back to the toplevel scope. Also remove the extra cmake_minimum_version from external/CMakeLists.txt, as it implicitly calls `cmake_policy(VERSION 3.10)`, resetting any policies introduced with cmake 3.11 and newer (i.e. CMP0072). Fixes cnr-isti-vclab#1095.
- Loading branch information