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
a865e635
Commit
a865e635
authored
Dec 08, 2017
by
Davis King
Browse files
Fixed spelling error that broke cmake just now.
parent
c451ac11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+2
-2
No files found.
dlib/CMakeLists.txt
View file @
a865e635
...
@@ -611,10 +611,10 @@ if (NOT TARGET dlib)
...
@@ -611,10 +611,10 @@ if (NOT TARGET dlib)
# Intel MKL, hasn't already decided what to use. This is because
# Intel MKL, hasn't already decided what to use. This is because
# it makes the MKL bug out if you link to another openmp lib other
# it makes the MKL bug out if you link to another openmp lib other
# than Intel's when you use the MKL.
# than Intel's when you use the MKL.
if
(
NOT openmp_libari
r
es AND NOT MSVC AND NOT XCODE
)
if
(
NOT openmp_lib
r
aries AND NOT MSVC AND NOT XCODE
)
find_package
(
OpenMP
)
find_package
(
OpenMP
)
if
(
OPENMP_FOUND
)
if
(
OPENMP_FOUND
)
set
(
openmp_libari
r
es
${
OpenMP_CXX_FLAGS
}
)
set
(
openmp_lib
r
aries
${
OpenMP_CXX_FLAGS
}
)
else
()
else
()
message
(
STATUS
"*** Didn't find OpenMP, which is required to use CUDA. ***"
)
message
(
STATUS
"*** Didn't find OpenMP, which is required to use CUDA. ***"
)
set
(
CUDA_FOUND 0
)
set
(
CUDA_FOUND 0
)
...
...
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