X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=CMakeLists.txt;h=33423428084ebf5dbd05492620c836bf623d689c;hp=ea528b407313eb57b840a292c1af1412dcc3b88c;hb=41a8c43a751fc85b4053976a998a496260fd8e8b;hpb=f564aa0dbcc707bc35ea47cef95de0080c1a97ff diff --git a/CMakeLists.txt b/CMakeLists.txt index ea528b4..3342342 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,6 @@ endif() find_program(CCACHE_FOUND ccache) if(CCACHE_FOUND) - set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache) set(CMAKE_C_COMPILER_LAUNCHER ccache) set(CMAKE_CXX_COMPILER_LAUNCHER ccache) endif(CCACHE_FOUND)