Skip to content
Commit 95d2e891 authored by John Poole's avatar John Poole
Browse files

Replace FetchContent_MakeAvailable()

FetchContent_MakeAvailable() was introduced in CMake 3.14.  Use
FetchContent_GetProperties() and FetchContent_Populate() instead as
per the CMake FetchContent documentation:

  https://cmake.org/cmake/help/latest/module/FetchContent.html

This change also bumps the required version of CMake from 3.5 to 3.11.
parent 75017936
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment