Update CMakeLists.txt

This commit is contained in:
g-coder 2015-11-26 15:51:42 +05:30
parent 14f3b6c928
commit e1bcb101f0

View File

@ -139,8 +139,8 @@ add_custom_target(docs doxygen)
find_program(CCACHE_FOUND ccache)
if(CCACHE_FOUND)
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
endif(CCACHE_FOUND)
# uninstall target