Skip to content

Commit e7ad03a

Browse files
sebmawez
authored andcommitted
Update CMakeLists.txt
Changed the cmake prequisite from 3.17 to 3.16 to be able to build atomicparsley on Ubuntu 20.04 LTS
1 parent e25cd83 commit e7ad03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.17)
1+
cmake_minimum_required(VERSION 3.16)
22
project(AtomicParsley)
33

44
if(NOT CMAKE_BUILD_TYPE)

0 commit comments

Comments
 (0)