Should vcpkg use a FATAL_ERROR clause at the end of the cmake_minimum_required
stmt?
#25657
stephengtuggy
started this conversation in
Ideas
Replies: 1 comment
-
Minimum cmake version required to use vcpkg is 3.7.2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html :
So I would suggest that the
cmake_minimum_required
line at the top of vcpkg's CMakeLists.txt files, should useFATAL_ERROR
. Just in case someone tries to use them with CMake 2.4 or earlier. (Probably a remote chance, but still.)Like this:
Beta Was this translation helpful? Give feedback.
All reactions