OSDN Git Service

[Build][CMake] Fix FTBFS with updating tool-chain(s).
authorK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 11 Aug 2017 06:53:03 +0000 (15:53 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 11 Aug 2017 06:53:03 +0000 (15:53 +0900)
source/build-cmake/cmake/config_commonsource.cmake

index 329e626..88d3002 100644 (file)
@@ -68,7 +68,7 @@ endif()
   find_program(USE_CCACHE ccache)
   if(USE_CCACHE)
    SET_PROPERTY(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
-   SET_PROPERTY(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
#  SET_PROPERTY(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
   endif()
   FIND_PACKAGE(Qt5Widgets REQUIRED)
   FIND_PACKAGE(Qt5Core REQUIRED)