Skip to content

Commit

Permalink
amend! fix(build): bump cmake_minimum_required to 3.19 for macos11 su…
Browse files Browse the repository at this point in the history
…pport

fix(build): bump CI CMake version to 3.19 for macos11 packaging
  • Loading branch information
Swiftb0y committed Jul 26, 2022
1 parent f305256 commit e1be4ae
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.19)
cmake_minimum_required(VERSION 3.16)

# CMAKE_CXX_COMPILER_ID: Distinguish between "AppleClang" and "Clang"
if(POLICY CMP0025)
Expand Down

0 comments on commit e1be4ae

Please sign in to comment.