mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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)
|