9c6ee729d6
GitOrigin-RevId: 6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222
19 lines
358 B
Diff
19 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
|
|
|