nixpkgs/pkgs/games/srb2/cmake.patch
Donovan Glover 9258734d71
srb2: 2.2.10 -> 2.2.11
Fixes #203224
Fixes #232984
Based on #187320
2023-07-03 16:07:58 -04:00

20 lines
358 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 915912af5..f5c2cf9cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -91,11 +91,6 @@ if("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL Windows)
endif()
endif()
else()
- CPMAddPackage(
- NAME Ccache.cmake
- GITHUB_REPOSITORY TheLartians/Ccache.cmake
- VERSION 1.2
- )
endif()
# Dependencies
--
2.40.1