Commit e4402cf5 authored by Davis King's avatar Davis King

Don't build face recognition example if GUI support isn't enabled.

parent c89b6225
...@@ -44,7 +44,7 @@ ENDMACRO() ...@@ -44,7 +44,7 @@ ENDMACRO()
# to compile the rest of dlib. # to compile the rest of dlib.
if (NOT USING_OLD_VISUAL_STUDIO_COMPILER) if (NOT USING_OLD_VISUAL_STUDIO_COMPILER)
add_example(dnn_metric_learning_ex) add_example(dnn_metric_learning_ex)
add_example(dnn_face_recognition_ex) add_gui_example(dnn_face_recognition_ex)
add_example(dnn_introduction_ex) add_example(dnn_introduction_ex)
add_example(dnn_introduction2_ex) add_example(dnn_introduction2_ex)
add_example(dnn_inception_ex) add_example(dnn_inception_ex)
......
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