mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Update OpenCVCompilerOptions.cmake
misplaced else
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user