Ticket #51203: patch-CMakeLists.txt.diff
File patch-CMakeLists.txt.diff, 427 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago) |
---|
-
CMakeLists.txt
old new 115 115 endif () 116 116 endif() 117 117 118 find_program(CCACHE_FOUND ccache)119 if(CCACHE_FOUND)120 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)121 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)122 endif(CCACHE_FOUND)123 118 124 119 IF(JSONCPP_WITH_WARNING_AS_ERROR) 125 120 UseCompilationWarningAsError()