
Extend commit 1a35351125
(Add CMAKE_POLICY_VERSION_MINIMUM to help
configure outdated projects, 2025-02-13, v4.0.0-rc1~12^2) with an
environment variable to initialize the cache entry. That will make it
easier to use when `cmake` is invoked under layers of scripting.
Closes: #26715
11 lines
514 B
Plaintext
11 lines
514 B
Plaintext
^CMake Error at CMakeLists\.txt:1 \(cmake_minimum_required\):
|
|
Invalid CMAKE_POLICY_VERSION_MINIMUM value "\.\.\.3\.10"\. A numeric
|
|
major\.minor\[\.patch\[\.tweak\]\] must be given\.
|
|
+
|
|
CMake Error at PolicyVersionVarBad\.cmake:1 \(cmake_minimum_required\):
|
|
Invalid CMAKE_POLICY_VERSION_MINIMUM value "\.\.\.3\.10"\. A numeric
|
|
major\.minor\[\.patch\[\.tweak\]\] must be given\.
|
|
Call Stack \(most recent call first\):
|
|
PolicyVersionEnvVarBad\.cmake:[0-9]+ \(include\)
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|