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
ed897428
Commit
ed897428
authored
Oct 28, 2017
by
Davis King
Browse files
Always compile the C++11 related unit tests.
parent
5806275c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
dlib/test/CMakeLists.txt
dlib/test/CMakeLists.txt
+4
-10
No files found.
dlib/test/CMakeLists.txt
View file @
ed897428
...
@@ -150,17 +150,11 @@ set (tests
...
@@ -150,17 +150,11 @@ set (tests
tuple.cpp
tuple.cpp
type_safe_union.cpp
type_safe_union.cpp
vectorstream.cpp
vectorstream.cpp
)
# Tests that require C++11 support
if
(
COMPILER_CAN_DO_CPP_11
)
set
(
tests
${
tests
}
dnn.cpp
dnn.cpp
cublas.cpp
cublas.cpp
find_optimal_parameters.cpp
find_optimal_parameters.cpp
elastic_net.cpp
elastic_net.cpp
)
)
endif
()
# add all the cpp files we want to compile to this list. This tells
# add all the cpp files we want to compile to this list. This tells
...
...
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