mirror of
https://github.com/taglib/taglib.git
synced 2025-07-20 14:04:21 -04:00
Update CMakeLists.txt
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user