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
11016884
"tools/python/vscode:/vscode.git/clone" did not exist on "5091e9c8800ad5251eb8d42d5974605ff0aac4d4"
Commit
11016884
authored
Feb 12, 2017
by
Davis King
Browse files
Avoid crashing visual studio
parent
b10b2e1e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/CMakeLists.txt
examples/CMakeLists.txt
+1
-1
No files found.
examples/CMakeLists.txt
View file @
11016884
...
@@ -43,7 +43,6 @@ ENDMACRO()
...
@@ -43,7 +43,6 @@ 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_metric_learning_ex
)
add_example
(
dnn_face_recognition_ex
)
add_example
(
dnn_face_recognition_ex
)
add_example
(
dnn_introduction_ex
)
add_example
(
dnn_introduction_ex
)
...
@@ -59,6 +58,7 @@ if (NOT USING_OLD_VISUAL_STUDIO_COMPILER)
...
@@ -59,6 +58,7 @@ if (NOT USING_OLD_VISUAL_STUDIO_COMPILER)
# 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
# won't be broken :(
# won't be broken :(
add_example
(
dnn_imagenet_train_ex
)
add_example
(
dnn_imagenet_train_ex
)
add_example
(
dnn_metric_learning_on_images_ex
)
endif
()
endif
()
endif
()
endif
()
...
...
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