Merge pull request #564 from hefloryd/master

Bump cmake version
This commit is contained in:
ArthurKetels 2021-10-26 20:46:34 +02:00 committed by GitHub
commit def119bbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.9)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules")
cmake_policy(SET CMP0048 NEW)
project(SOEM
DESCRIPTION "Simple Open EtherCAT Master"
VERSION 1.4.0

View File

@ -8,7 +8,7 @@ BUILDING
Prerequisites for all platforms
-------------------------------
* CMake 2.8.0 or later
* CMake 3.9 or later
Windows (Visual Studio)