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
a9b9299f
Commit
a9b9299f
authored
Dec 12, 2017
by
Davis King
Browse files
Fixed DLIB_ISO_CPP_ONLY not building.
parent
d223a8a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+2
-2
dlib/all/source.cpp
dlib/all/source.cpp
+3
-3
No files found.
dlib/CMakeLists.txt
View file @
a9b9299f
...
@@ -187,8 +187,6 @@ if (NOT TARGET dlib)
...
@@ -187,8 +187,6 @@ if (NOT TARGET dlib)
unicode/unicode.cpp
unicode/unicode.cpp
data_io/image_dataset_metadata.cpp
data_io/image_dataset_metadata.cpp
data_io/mnist.cpp
data_io/mnist.cpp
dnn/cpu_dlib.cpp
dnn/tensor_tools.cpp
global_optimization/global_function_search.cpp
global_optimization/global_function_search.cpp
)
)
...
@@ -232,6 +230,8 @@ if (NOT TARGET dlib)
...
@@ -232,6 +230,8 @@ if (NOT TARGET dlib)
threads/async.cpp
threads/async.cpp
timer/timer.cpp
timer/timer.cpp
stack_trace.cpp
stack_trace.cpp
dnn/cpu_dlib.cpp
dnn/tensor_tools.cpp
)
)
if
(
UNIX
)
if
(
UNIX
)
...
...
dlib/all/source.cpp
View file @
a9b9299f
...
@@ -80,13 +80,13 @@
...
@@ -80,13 +80,13 @@
#include "../gui_core/gui_core_kernel_2.cpp"
#include "../gui_core/gui_core_kernel_2.cpp"
#endif // DLIB_NO_GUI_SUPPORT
#endif // DLIB_NO_GUI_SUPPORT
#include "../dnn/cpu_dlib.cpp"
#include "../dnn/tensor_tools.cpp"
#endif // DLIB_ISO_CPP_ONLY
#endif // DLIB_ISO_CPP_ONLY
// Stuff that requires C++11 (and some threading stuff)
#include "../dnn/cpu_dlib.cpp"
#include "../dnn/tensor_tools.cpp"
#include "../global_optimization/global_function_search.cpp"
#include "../global_optimization/global_function_search.cpp"
...
...
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