Update OpenCVCompilerOptions.cmake

misplaced else
This commit is contained in:
neok-m4700 2017-07-25 10:25:20 +02:00 committed by GitHub
parent 8741d97a4f
commit c2e281f8cf

View File

@ -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()