ports/graphics/filament/files/patch-CMakeLists.txt
Yuri Victorovich faf49690e0 graphics/filament: update 1.52.1 → 1.52.2
Reported by:	portscout
2024-06-05 01:09:39 -07:00

11 lines
479 B
Text

--- CMakeLists.txt.orig 2024-06-03 18:10:41 UTC
+++ CMakeLists.txt
@@ -87,7 +87,7 @@ find_program(CCACHE_PROGRAM ccache)
# Support for ccache
# ==================================================================================================
find_program(CCACHE_PROGRAM ccache)
-if (CCACHE_PROGRAM)
+if (USE_CCACHE AND CCACHE_PROGRAM)
if (WIN32)
set(CMAKE_C_COMPILER_LAUNCHER "${CCACHE_PROGRAM}")
set(CMAKE_CXX_COMPILER_LAUNCHER "${CCACHE_PROGRAM}")