Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
bf36a846
Commit
bf36a846
authored
Dec 18, 2016
by
Davis King
Browse files
Changed build order to see if it prevents travis from crashing.
parent
093f709a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
examples/CMakeLists.txt
examples/CMakeLists.txt
+3
-3
No files found.
examples/CMakeLists.txt
View file @
bf36a846
...
@@ -43,16 +43,16 @@ ENDMACRO()
...
@@ -43,16 +43,16 @@ ENDMACRO()
# provide enough C++11 support to compile the DNN tooling, but were good enough
# provide enough C++11 support to compile the DNN tooling, but were good enough
# 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_on_images_ex
)
add_example
(
dnn_metric_learning_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
)
add_example
(
dnn_metric_learning_ex
)
add_example
(
dnn_metric_learning_on_images_ex
)
add_gui_example
(
dnn_imagenet_ex
)
add_gui_example
(
dnn_mmod_ex
)
add_gui_example
(
dnn_mmod_ex
)
add_gui_example
(
dnn_mmod_face_detection_ex
)
add_gui_example
(
dnn_mmod_face_detection_ex
)
add_gui_example
(
random_cropper_ex
)
add_gui_example
(
random_cropper_ex
)
add_gui_example
(
dnn_mmod_dog_hipsterizer
)
add_gui_example
(
dnn_mmod_dog_hipsterizer
)
add_gui_example
(
dnn_imagenet_ex
)
if
(
NOT MSVC
)
if
(
NOT MSVC
)
# Don't try to compile this program using Visual Studio since it causes the
# Don't try to compile this program using Visual Studio since it causes the
# compiler to run out of RAM and to crash. Maybe someday Visual Studio
# compiler to run out of RAM and to crash. Maybe someday Visual Studio
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment