From 6a70309a30a9627ada81d6cdcd6abfac6a21929a Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Sun, 10 May 2026 00:22:16 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20rename=20deps/Cmakelists.txt=20=E2=86=92?= =?UTF-8?q?=20CMakeLists.txt=20(case-sensitive=20Linux=20fix)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit macOS filesystem is case-insensitive so both spellings worked locally, but the Linux container (CI) could not find the file and failed with "does not contain a CMakeLists.txt file". Co-Authored-By: Claude Sonnet 4.6 --- code/deps/{Cmakelists.txt => CMakeLists.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code/deps/{Cmakelists.txt => CMakeLists.txt} (100%) diff --git a/code/deps/Cmakelists.txt b/code/deps/CMakeLists.txt similarity index 100% rename from code/deps/Cmakelists.txt rename to code/deps/CMakeLists.txt