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

Adjust cmake minimum for included boost

parent fa6bc6a4
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ option(USE_BUNDLED_MATRIX_CLIENT "Use the bundled version of mtxclient."
${USE_BUNDLED})
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()
include(ExternalProject)
......
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