Skip to content

Commit

Permalink
Cxx: Try to downgrade CMake version to 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
agdavydov81 committed Nov 15, 2023
1 parent 205cce5 commit e3a83b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.22)
cmake_minimum_required (VERSION 3.15)
project (native VERSION ${VERSION})

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit e3a83b8

Please sign in to comment.