Commit 696d24c2 authored by marcovzla's avatar marcovzla Committed by Davis E. King

remove miniconda (#500)

parent 56414859
......@@ -234,7 +234,7 @@ if (NOT TARGET dlib)
# If both X11 and anaconda are installed, it's possible for the
# anaconda path to appear before /opt/X11, so we remove anaconda.
foreach (ITR ${X11_INCLUDE_DIR})
if ("${ITR}" MATCHES "(.*)anaconda(.*)")
if ("${ITR}" MATCHES "(.*)(ana|mini)conda(.*)")
list (REMOVE_ITEM X11_INCLUDE_DIR ${ITR})
endif ()
endforeach(ITR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment