mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
a94355c7b7
Relates: #18754
6 lines
179 B
CMake
6 lines
179 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
project(WithProject LANGUAGES NONE)
|
|
|
|
set_property(GLOBAL PROPERTY FetchWithProject YES)
|
|
message(STATUS "Confirmation project has been added")
|