Fix typo in CMakeLists.txt

This commit is contained in:
Joe Donofry 2025-06-16 20:46:44 -04:00
parent b47d51cb5a
commit 5f84baaa16

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13..3.21)
cmake_minimum_required(VERSION 3.13...3.21)
option(APPVEYOR_BUILD "Build on appveyor" OFF)
option(CI_BUILD "Set when building in CI. Enables -Werror where possible" OFF)