Skip to content

Commit

Permalink
Require a minimum version of CMake 3.5 (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes authored Apr 27, 2024
1 parent a939765 commit 0e336f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]
- Require a minimum version of CMake 3.5 ([#1107](https://github.com/planck-repl/planck/pull/1107))

## [2.28.0] - 2024-03-24
### Changed
- Update to ClojureScript 1.11.132 ([#1102](https://github.com/planck-repl/planck/issues/1102))
Expand Down
2 changes: 1 addition & 1 deletion planck-c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)
project(planck C)

set(CMAKE_BUILD_TYPE Release)
Expand Down

0 comments on commit 0e336f7

Please sign in to comment.