Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 906019
Collapse All | Expand All

(-)a/cmake/Deps.cmake (-7 lines)
Lines 23-34 if(POLICY CMP0092) Link Here
23
  list(APPEND DEPS_CMAKE_ARGS -D CMAKE_POLICY_DEFAULT_CMP0092=NEW)
23
  list(APPEND DEPS_CMAKE_ARGS -D CMAKE_POLICY_DEFAULT_CMP0092=NEW)
24
endif()
24
endif()
25
25
26
find_program(CACHE_PRG NAMES ccache sccache)
27
if(CACHE_PRG)
28
  set(CMAKE_C_COMPILER_LAUNCHER ${CMAKE_COMMAND} -E env CCACHE_SLOPPINESS=pch_defines,time_macros ${CACHE_PRG})
29
  list(APPEND DEPS_CMAKE_CACHE_ARGS -DCMAKE_C_COMPILER_LAUNCHER:STRING=${CMAKE_C_COMPILER_LAUNCHER})
30
endif()
31
32
# MAKE_PRG
26
# MAKE_PRG
33
if(UNIX)
27
if(UNIX)
34
  find_program(MAKE_PRG NAMES gmake make)
28
  find_program(MAKE_PRG NAMES gmake make)
35
- 

Return to bug 906019