Merge pull request #9408 from alalek:backport_9228

(2.4) Update OpenCVCompilerOptions.cmake (backport 9228)
pull/9435/head
Alexander Alekhin 7 years ago committed by GitHub
commit f7d99f3f6a
  1. 4
      cmake/OpenCVCompilerOptions.cmake

@ -18,9 +18,9 @@ if(ENABLE_CCACHE AND NOT CMAKE_COMPILER_IS_CCACHE)
message(STATUS "Unable to compile program with enabled ccache, reverting...")
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${__OLD_RULE_LAUNCH_COMPILE}")
endif()
else()
message(STATUS "Looking for ccache - not found")
endif()
else()
message(STATUS "Looking for ccache - not found")
endif()
endif()

Loading…
Cancel
Save