mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Diagnose and reject custom targets given to the export() command immediately. Previously we would generate an internal error later.
5 lines
196 B
Plaintext
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\)$
|