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.
4 lines
41 B
CMake
4 lines
41 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(NoLanguage)
|