Skip to content

Commit 126de0c

Browse files
neok-m4700alalek
authored andcommitted
Update OpenCVCompilerOptions.cmake
misplaced else
1 parent c9488c6 commit 126de0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/OpenCVCompilerOptions.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ if(ENABLE_CCACHE AND NOT CMAKE_COMPILER_IS_CCACHE)
1818
message(STATUS "Unable to compile program with enabled ccache, reverting...")
1919
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${__OLD_RULE_LAUNCH_COMPILE}")
2020
endif()
21-
else()
22-
message(STATUS "Looking for ccache - not found")
2321
endif()
22+
else()
23+
message(STATUS "Looking for ccache - not found")
2424
endif()
2525
endif()
2626

0 commit comments

Comments
 (0)