Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Changed the cmake prequisite from 3.17 to 3.16 to be able to build atomicparsley on Ubuntu 20.04 LTS
  • Loading branch information
sebma authored and wez committed Jul 15, 2021
1 parent e25cd83 commit e7ad03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17)
cmake_minimum_required(VERSION 3.16)
project(AtomicParsley)

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit e7ad03a

Please sign in to comment.