mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Avoid crashing visual studio
This commit is contained in:
parent
b10b2e1e7f
commit
11016884ed
@ -43,7 +43,6 @@ ENDMACRO()
|
||||
# provide enough C++11 support to compile the DNN tooling, but were good enough
|
||||
# to compile the rest of dlib.
|
||||
if (NOT USING_OLD_VISUAL_STUDIO_COMPILER)
|
||||
add_example(dnn_metric_learning_on_images_ex)
|
||||
add_example(dnn_metric_learning_ex)
|
||||
add_example(dnn_face_recognition_ex)
|
||||
add_example(dnn_introduction_ex)
|
||||
@ -59,6 +58,7 @@ if (NOT USING_OLD_VISUAL_STUDIO_COMPILER)
|
||||
# compiler to run out of RAM and to crash. Maybe someday Visual Studio
|
||||
# won't be broken :(
|
||||
add_example(dnn_imagenet_train_ex)
|
||||
add_example(dnn_metric_learning_on_images_ex)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user