Skip to content

Commit

Permalink
CMake: emit message when ccache is detected.
Browse files Browse the repository at this point in the history
  • Loading branch information
oursland authored and chennes committed Nov 28, 2024
1 parent 6860aab commit 354d095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if(FREECAD_USE_CCACHE)
find_program(CCACHE_PROGRAM ccache) #This check should occur before project()
if(CCACHE_PROGRAM)
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
message(NOTICE "-- Using ccache found at: " ${CCACHE_PROGRAM})
endif()
endif()

Expand Down

0 comments on commit 354d095

Please sign in to comment.