From aaacda6e147031f2af0cfb6c1fd7e64d761ddb1f Mon Sep 17 00:00:00 2001 From: Wolf-SO Date: Wed, 17 Jun 2026 16:55:51 +0200 Subject: [PATCH] Remove commit message from CMakeLists.txt (#5924) Remove ambiguous footnote that would be better suited for the commit log. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca29ce0d6..637927400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.22) -#this change avoid the warning that appear when we include raylib using Cmake fatch content project(raylib) # Avoid excessive expansion of variables in conditionals. In particular, if