Skip to content

Commit

Permalink
CMake: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 18, 2015
1 parent fbeef85 commit 4c97f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/cmake/FindCcache.cmake
Expand Up @@ -15,7 +15,7 @@ if (DENG_ENABLE_CCACHE)
set_property (GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)

if (NOT DEFINED DENG_CCACHE_MSG)
message (STATUS "ccache enabled for all targets.")
message (STATUS "Compiler cache enabled for all targets.")
set (DENG_CCACHE_MSG ON CACHE BOOL "ccache usage notified")
mark_as_advanced (DENG_CCACHE_MSG)
endif ()
Expand Down

0 comments on commit 4c97f43

Please sign in to comment.