Browse Source

julia: Determine availability based on whether the HAVE_JULIA is defined

fix #3108.
pull/3110/head
Kumataro 4 years ago
parent
commit
8703798a31
  1. 2
      modules/julia/CMakeLists.txt

2
modules/julia/CMakeLists.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
if(NOT HAVE_JULIA MATCHES "YES")
if(NOT HAVE_JULIA)
message(STATUS "Julia not found. Not compiling Julia Bindings. ${HAVE_JULIA}")
ocv_module_disable(julia)
elseif(NOT PYTHON_DEFAULT_EXECUTABLE)

Loading…
Cancel
Save