mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06: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.
9 lines
162 B
CMake
9 lines
162 B
CMake
cmake_policy(VERSION 2.8.12) # Leave CMP0024 unset.
|
|
|
|
enable_language(CXX)
|
|
|
|
add_library(foo SHARED empty.cpp)
|
|
|
|
add_subdirectory(subdir1)
|
|
add_subdirectory(subdir2)
|