Skip to content

Commit 9f587a5

Browse files
committed
Downgrade cmake to 3.18.0 - for all components
1 parent 546401e commit 9f587a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project information.
2-
cmake_minimum_required ( VERSION 3.20.2 )
2+
cmake_minimum_required ( VERSION 3.18.0 )
33
project ( "RFC7030-EST-Clients"
44
VERSION 1.0.0
55
LANGUAGES C )

src/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project information.
2-
cmake_minimum_required ( VERSION 3.20.2 )
2+
cmake_minimum_required ( VERSION 3.18.0 )
33
project ( "RFC7030-EST-Clients-Test"
44
VERSION 1.0.0
55
LANGUAGES C )

0 commit comments

Comments
 (0)