Skip to content

Commit 0863f9c

Browse files
committed
Merge pull request #3110 from Kumataro:4.x_fix3108
2 parents 49ea864 + 8703798 commit 0863f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/julia/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(NOT HAVE_JULIA MATCHES "YES")
1+
if(NOT HAVE_JULIA)
22
message(STATUS "Julia not found. Not compiling Julia Bindings. ${HAVE_JULIA}")
33
ocv_module_disable(julia)
44
elseif(NOT PYTHON_DEFAULT_EXECUTABLE)

0 commit comments

Comments
 (0)