summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FetchContent/ManualSourceDirectory.cmake
blob: 83fcc4b4253147a8677c3eeed96776b0c94a5d76 (plain)
1
2
3
4
5
6
7
8
include(FetchContent)

FetchContent_Declare(
  WithProject
  SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/ADirThatDoesNotExist
)

FetchContent_MakeAvailable(WithProject)