mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 15:37:58 +02:00
Bug: https://bugs.gentoo.org/957434 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42646 Signed-off-by: Sam James <sam@gentoo.org>
17 lines
452 B
Diff
17 lines
452 B
Diff
diff --git a/mono/btls/CMakeLists.txt b/mono/btls/CMakeLists.txt
|
|
index dbad836fc27..e36ee5e0a8a 100644
|
|
--- a/mono/btls/CMakeLists.txt
|
|
+++ b/mono/btls/CMakeLists.txt
|
|
@@ -5,11 +5,6 @@ project (mono-btls)
|
|
enable_language(C)
|
|
enable_language(CXX)
|
|
|
|
-find_program(CCACHE_PROGRAM ccache)
|
|
-if(CCACHE_PROGRAM)
|
|
- set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
|
|
-endif()
|
|
-
|
|
if (MSVC OR CYGWIN)
|
|
set(BTLS_HOST_WIN32 1)
|
|
endif ()
|
|
|