1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

build: remove our own Ruby detection and rely on CMake detection, require CMake 3.18 (issue #1156)

This fixes the detection of Ruby on macOS 14.
This commit is contained in:
Sébastien Helleu
2024-10-19 11:12:33 +02:00
parent 16dac7193b
commit 6dccc3181a
5 changed files with 34 additions and 50 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
# along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
#
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.18)
project(weechat C)