Skip to content

Commit

Permalink
fix(bindings/c): Bump min CMake version to support CMP0135 (#5308)
Browse files Browse the repository at this point in the history
  • Loading branch information
palash25 authored Nov 12, 2024
1 parent 20b7f34 commit 271cba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

cmake_minimum_required(VERSION 3.22)
cmake_minimum_required(VERSION 3.24)
cmake_policy(SET CMP0135 NEW)

project(opendal-c)
Expand Down

0 comments on commit 271cba8

Please sign in to comment.