Explorar o código

enforcing a minimal CMake version of 2.8.11, relates to #466

Stasik0 %!s(int64=9) %!d(string=hai) anos
pai
achega
49988a9e9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.8)
+cmake_minimum_required(VERSION 2.8.11)
 # set(CMAKE_VERBOSE_MAKEFILE ON)
 
 project(open62541 C)