mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
20c23518d9
Improve `set()` diagnostics to be more specific than
given invalid arguments for CACHE mode
20 lines
770 B
Plaintext
20 lines
770 B
Plaintext
^CMake Error at CacheErrors\.cmake:1 \(set\):
|
|
set given invalid arguments for CACHE mode: missing type and docstring
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
+
|
|
CMake Error at CacheErrors\.cmake:2 \(set\):
|
|
set given invalid arguments for CACHE mode: missing type or docstring
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
+
|
|
CMake Error at CacheErrors\.cmake:3 \(set\):
|
|
set given invalid arguments for CACHE mode: missing type or docstring
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
+
|
|
CMake Error at CacheErrors\.cmake:4 \(set\):
|
|
set given invalid arguments: FORCE specified without CACHE
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|