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
fb6c59e4
"tools/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "972bf3c46ba6aee1ba908b0f30e2ad702f1c3517"
Commit
fb6c59e4
authored
Nov 21, 2015
by
Davis King
Browse files
Fixed cmake lists so it compiles correctly without C++11
parent
1717605b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-1
No files found.
dlib/test/CMakeLists.txt
View file @
fb6c59e4
...
@@ -41,7 +41,6 @@ set (tests
...
@@ -41,7 +41,6 @@ set (tests
config_reader.cpp
config_reader.cpp
crc32.cpp
crc32.cpp
create_iris_datafile.cpp
create_iris_datafile.cpp
cublas.cpp
data_io.cpp
data_io.cpp
directed_graph.cpp
directed_graph.cpp
discriminant_pca.cpp
discriminant_pca.cpp
...
@@ -154,6 +153,7 @@ set (tests
...
@@ -154,6 +153,7 @@ set (tests
if
(
COMPILER_CAN_DO_CPP_11
)
if
(
COMPILER_CAN_DO_CPP_11
)
set
(
tests
${
tests
}
set
(
tests
${
tests
}
dnn.cpp
dnn.cpp
cublas.cpp
)
)
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