mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
592085b94b
Fixes: #19875
6 lines
187 B
CMake
6 lines
187 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
project(ProjectSubdir LANGUAGES NONE)
|
|
|
|
set_property(GLOBAL PROPERTY FetchWithSubProject YES)
|
|
message(STATUS "Confirmation subproject has been added")
|