Skip to content

Commit

Permalink
CMake: require >= 3.10
Browse files Browse the repository at this point in the history
ref. jrl-umi3218/jrl-cmakemodules#338
and fix deprecation warning about CMake 3.5 from CMake 3.27
  • Loading branch information
nim65s authored and olivier-stasse committed Oct 22, 2023
1 parent b8ed5db commit d29223a
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 @@ -11,7 +11,7 @@
# GNU Lesser General Public License along with tsid If not, see
# <http://www.gnu.org/licenses/>.

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.10)

# Project properties
set(PROJECT_ORG stack-of-tasks)
Expand Down

0 comments on commit d29223a

Please sign in to comment.