Diagnose and reject custom targets given to the export() command immediately. Previously we would generate an internal error later.
3 lines
81 B
CMake
3 lines
81 B
CMake
add_custom_target(CustomTarget)
|
|
export(TARGETS CustomTarget FILE somefile.cmake)
|