Skip to content

Commit 8d58f6d

Browse files
cormacjpulkomandy
authored andcommitted
update with suggested corrections
1 parent 2b1bfbd commit 8d58f6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpctools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10)
1+
cmake_minimum_required(VERSION 3.0...3.10)
22
project (CPCTools)
33

44
include(CheckIncludeFileCXX)

cpctools/tools/AFT2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10)
1+
cmake_minimum_required(VERSION 2.8...3.10)
22
project(AFT2)
33

44
set(librs232 RS232)

0 commit comments

Comments
 (0)