mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
This was missed in commit 1edf138506 (Tests/RunCMake: Update
cmake_minimum_required versions, 2023-02-06).
Also tighten up some expected stderr content to catch these
cases during similar updates in the future.
8 lines
110 B
CMake
8 lines
110 B
CMake
|
|
enable_language(CXX)
|
|
|
|
add_library(foo SHARED empty.cpp)
|
|
|
|
add_subdirectory(subdir1)
|
|
add_subdirectory(subdir2)
|