Skip to content
Snippets Groups Projects
Commit 8928a14c authored by Joe Donofry's avatar Joe Donofry
Browse files

Adjust minimum cmake version

parent b21ffbf9
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ option(USE_EXISTING_SRC_DIR
include(ExternalProject)
if(USE_BUNDLED_BOOST)
# bundled boost is 1.68, which requires CMake 3.13 or greater.
cmake_minimum_required(VERSION 3.13)
# bundled boost is 1.68, which requires CMake 3.12 or greater.
cmake_minimum_required(VERSION 3.12)
endif()
set(BOOST_URL
......
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