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
c45abebb
Commit
c45abebb
authored
Sep 03, 2015
by
Davis King
Browse files
updated makefile to avoid warnings from cmake
parent
6c2811da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/test/blas_bindings/CMakeLists.txt
dlib/test/blas_bindings/CMakeLists.txt
+2
-2
No files found.
dlib/test/blas_bindings/CMakeLists.txt
View file @
c45abebb
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# information about it at http://www.cmake.org
# information about it at http://www.cmake.org
#
#
cmake_minimum_required
(
VERSION 2.
6
)
cmake_minimum_required
(
VERSION 2.
8.4
)
# This variable contains a list of all the tests we are building
# This variable contains a list of all the tests we are building
# into the regression test suite.
# into the regression test suite.
...
@@ -17,7 +17,7 @@ set (tests
...
@@ -17,7 +17,7 @@ set (tests
)
)
# create a variable called target_name and set it to the string "test"
# create a variable called target_name and set it to the string "test"
set
(
target_name test
)
set
(
target_name
d
test
)
PROJECT
(
${
target_name
}
)
PROJECT
(
${
target_name
}
)
...
...
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