CMake/Tests/RunCMake/export/CustomTarget-stderr.txt
Brad King 7e9f908ef5 export: Reject custom target exports earlier (#15657)
Diagnose and reject custom targets given to the export() command
immediately.  Previously we would generate an internal error later.
2015-07-21 14:39:10 -04:00

5 lines
196 B
Plaintext

^CMake Error at CustomTarget.cmake:[0-9]+ \(export\):
export given custom target "CustomTarget" which may not be exported.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)$