b2282631f6
After calls to ProcessSourceItemCMP0049, check for an empty return string to detect a failure instead of trusting GetErrorOccuredFlag. The latter could have been left from a preceding non-fatal error. Extend the RunCMake.Configure test to cover a case that exposed this problem.
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
^CMake Error at CustomTargetAfterError.cmake:1 \(message\):
|
|
Error before add_custom_target
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
+
|
|
CMake Error at CustomTargetAfterError.cmake:3 \(message\):
|
|
Error after add_custom_target
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)$
|