Browse Source

Update CMake version;

bjorn 2 months ago
parent
commit
14668ded60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5.0)
+cmake_minimum_required(VERSION 3.5...4.0)
 project(lovr-http)
 
 add_library(http MODULE http.c)