mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Don't build face recognition example if GUI support isn't enabled.
This commit is contained in:
parent
c89b622565
commit
e4402cf575
@ -44,7 +44,7 @@ ENDMACRO()
|
||||
# to compile the rest of dlib.
|
||||
if (NOT USING_OLD_VISUAL_STUDIO_COMPILER)
|
||||
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_introduction2_ex)
|
||||
add_example(dnn_inception_ex)
|
||||
|
Loading…
Reference in New Issue
Block a user