Fix typo in CMakeLists.txt
This commit is contained in:
parent
b47d51cb5a
commit
5f84baaa16
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue