5837f19690
First, it prevents a NULL dereference and second it reiterates that targets without languages are not supported by CMake. Add a RunCMake.ExportWithoutLanguage test exporting a library without a languages.
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
CMake Error: CMake can not determine linker language for target: NoLanguage
|
|
CMake Error at NoLanguage.cmake:2 \(export\):
|
|
Exporting the target "NoLanguage" is not allowed since its linker language
|
|
cannot be determined
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|