2023-05-20 16:47:12 +02:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2023-05-23 14:44:46 +02:00
|
|
|
index 915912af5..f5c2cf9cc 100644
|
2023-05-20 16:47:12 +02:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2023-05-23 14:44:46 +02:00
|
|
|
@@ -91,11 +91,6 @@ if("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL Windows)
|
|
|
|
endif()
|
2023-05-20 16:47:12 +02:00
|
|
|
endif()
|
2023-05-23 14:44:46 +02:00
|
|
|
else()
|
2023-05-20 16:47:12 +02:00
|
|
|
- CPMAddPackage(
|
|
|
|
- NAME Ccache.cmake
|
|
|
|
- GITHUB_REPOSITORY TheLartians/Ccache.cmake
|
|
|
|
- VERSION 1.2
|
|
|
|
- )
|
|
|
|
endif()
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
--
|
|
|
|
2.40.1
|
|
|
|
|