mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
ExternalProject: Add SOURCE_SUBDIR option
Add a new SOURCE_SUBDIR option to ExternalProject_Add that allows specifying the location of the CMakeLists.txt to use as the project root relative to the SOURCE_DIR. This is helpful for projects that have unusual layouts, or projects that provide both a superbuild and project-only build depending on which CMakeLists.txt is used. Fixes: #15118
This commit is contained in:
committed by
Brad King
parent
f59513140b
commit
a8345d65f3
@@ -0,0 +1,2 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(empty)
|
||||
Reference in New Issue
Block a user