We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ecf4b commit 69db797Copy full SHA for 69db797
cmake/OpenCVDetectCXXCompiler.cmake
@@ -13,7 +13,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
13
set(CMAKE_COMPILER_IS_GNUCC 1)
14
set(CMAKE_COMPILER_IS_CLANGCC 1)
15
endif()
16
-if("${CMAKE_CXX_COMPILER};${CMAKE_CXX_COMPILER}" MATCHES "ccache")
+if("${CMAKE_CXX_COMPILER};${CMAKE_C_COMPILER}" MATCHES "ccache")
17
set(CMAKE_COMPILER_IS_CCACHE 1)
18
19
0 commit comments