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
b42722a7
Commit
b42722a7
authored
Apr 14, 2020
by
Davis King
Browse files
Fix DLIB_ISO_CPP_ONLY not working
parent
fbb2db21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+5
-5
dlib/all/source.cpp
dlib/all/source.cpp
+5
-5
No files found.
dlib/CMakeLists.txt
View file @
b42722a7
...
@@ -272,12 +272,7 @@ if (NOT TARGET dlib)
...
@@ -272,12 +272,7 @@ if (NOT TARGET dlib)
md5/md5_kernel_1.cpp
md5/md5_kernel_1.cpp
tokenizer/tokenizer_kernel_1.cpp
tokenizer/tokenizer_kernel_1.cpp
unicode/unicode.cpp
unicode/unicode.cpp
data_io/image_dataset_metadata.cpp
data_io/mnist.cpp
global_optimization/global_function_search.cpp
filtering/kalman_filter.cpp
test_for_odr_violations.cpp
test_for_odr_violations.cpp
svm/auto.cpp
)
)
...
@@ -318,6 +313,11 @@ if (NOT TARGET dlib)
...
@@ -318,6 +313,11 @@ if (NOT TARGET dlib)
stack_trace.cpp
stack_trace.cpp
cuda/cpu_dlib.cpp
cuda/cpu_dlib.cpp
cuda/tensor_tools.cpp
cuda/tensor_tools.cpp
data_io/image_dataset_metadata.cpp
data_io/mnist.cpp
global_optimization/global_function_search.cpp
filtering/kalman_filter.cpp
svm/auto.cpp
)
)
if
(
UNIX
)
if
(
UNIX
)
...
...
dlib/all/source.cpp
View file @
b42722a7
...
@@ -81,16 +81,16 @@
...
@@ -81,16 +81,16 @@
#include "../cuda/cpu_dlib.cpp"
#include "../cuda/cpu_dlib.cpp"
#include "../cuda/tensor_tools.cpp"
#include "../cuda/tensor_tools.cpp"
#include "../data_io/image_dataset_metadata.cpp"
#include "../data_io/mnist.cpp"
#include "../svm/auto.cpp"
#include "../global_optimization/global_function_search.cpp"
#include "../filtering/kalman_filter.cpp"
#endif // DLIB_ISO_CPP_ONLY
#endif // DLIB_ISO_CPP_ONLY
#include "../data_io/image_dataset_metadata.cpp"
#include "../data_io/mnist.cpp"
#include "../global_optimization/global_function_search.cpp"
#include "../filtering/kalman_filter.cpp"
#include "../svm/auto.cpp"
#define DLIB_ALL_SOURCE_END
#define DLIB_ALL_SOURCE_END
...
...
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