Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
434 B

# ========================= julia =========================
if(WITH_JULIA OR HAVE_JULIA)
status("")
status(" JULIA:" HAVE_JULIA THEN "YES" ELSE "NO")
if(HAVE_JULIA)
status(" Julia_EXECUTABLE:" ${Julia_EXECUTABLE})
status(" JlCxx_DIR:" ${JlCxx_DIR})
if(HAVE_JULIA MATCHES "YES")
status(" JULIA_PKG_INSTALL_PATH:" ${JULIA_PKG_INSTALL_PATH_HOOK})
endif()
endif()
endif()