Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nakira974 authored Mar 11, 2024
1 parent d8bd29e commit bf8655b
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
Expand Up @@ -7,7 +7,7 @@ else ()
message(STATUS "Tests not included. Set BUILD_TESTS=ON to build tests.")
endif ()

cmake_minimum_required(VERSION 3.27)
cmake_minimum_required(VERSION 3.25.1)
project(collections_commons C)

set(CMAKE_C_STANDARD 99)
Expand Down

0 comments on commit bf8655b

Please sign in to comment.