Skip to content

Commit

Permalink
Use actually recent cmake requirements, to be sure of it's behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaim committed Feb 28, 2024
1 parent 1e4fa61 commit 98590e0
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 @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.28)

# This is better specified per target, but cmake keeps ignoring these language version
# specification when building this project by itself, in particular the gnu extensions,
Expand Down

0 comments on commit 98590e0

Please sign in to comment.