From 5f84baaa1689d840ebfd33bd27995e1066c880d2 Mon Sep 17 00:00:00 2001 From: Joe Donofry Date: Mon, 16 Jun 2025 20:46:44 -0400 Subject: [PATCH] Fix typo in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1e33017..8cdfc7fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)