Skip to content

Commit

Permalink
Update minimum required CMake version
Browse files Browse the repository at this point in the history
This is to avoid a compatibility warning by newer versions of CMake.
  • Loading branch information
dacap committed Jun 10, 2024
1 parent b02c703 commit 3270ed9
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,7 +1,7 @@
# Observable Library
# Copyright (C) 2016-2021 David Capello

cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.5)

project(observable CXX)
option(OBSERVABLE_TESTS "Compile observable tests" ON)
Expand Down

0 comments on commit 3270ed9

Please sign in to comment.