Update OpenCVCompilerOptions.cmake

misplaced else
pull/9408/head
neok-m4700 7 years ago committed by Alexander Alekhin
parent c9488c661f
commit 126de0cd95
  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