mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
When the library language cannot be determined, make sure CMake errors, not segfaults (bug #11230)
5 lines
88 B
CMake
5 lines
88 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
project(TestEmptyLibrary)
|
|
|
|
add_subdirectory(subdir)
|