forked from cnr-isti-vclab/meshlab
-
Notifications
You must be signed in to change notification settings - Fork 0
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 and CMP0077). Fixes cnr-isti-vclab#1095.
- Loading branch information
1 parent
170ec29
commit 92ad8e7
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters