Commit f7d99f3f authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

Merge pull request #9408 from alalek:backport_9228

(2.4) Update OpenCVCompilerOptions.cmake (backport 9228)
parents c9488c66 126de0cd
...@@ -18,9 +18,9 @@ if(ENABLE_CCACHE AND NOT CMAKE_COMPILER_IS_CCACHE) ...@@ -18,9 +18,9 @@ if(ENABLE_CCACHE AND NOT CMAKE_COMPILER_IS_CCACHE)
message(STATUS "Unable to compile program with enabled ccache, reverting...") message(STATUS "Unable to compile program with enabled ccache, reverting...")
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${__OLD_RULE_LAUNCH_COMPILE}") set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${__OLD_RULE_LAUNCH_COMPILE}")
endif() endif()
else()
message(STATUS "Looking for ccache - not found")
endif() endif()
else()
message(STATUS "Looking for ccache - not found")
endif() endif()
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment