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
867e52d3
Commit
867e52d3
authored
Feb 22, 2014
by
Davis King
Browse files
Fixed cmake file so that the "use fftw" option actually causes the
build to use fftw.
parent
28a0d860
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+6
-0
No files found.
dlib/CMakeLists.txt
View file @
867e52d3
...
@@ -379,6 +379,12 @@ if (NOT TARGET dlib)
...
@@ -379,6 +379,12 @@ if (NOT TARGET dlib)
remove_global_define
(
DLIB_JPEG_SUPPORT
)
remove_global_define
(
DLIB_JPEG_SUPPORT
)
endif
()
endif
()
if
(
DLIB_LINK_WITH_FFTW AND NOT DLIB_ISO_CPP_ONLY
)
add_global_define
(
DLIB_USE_FFTW
)
else
()
remove_global_define
(
DLIB_USE_FFTW
)
endif
()
if
(
DLIB_USE_BLAS AND blas_found
)
if
(
DLIB_USE_BLAS AND blas_found
)
add_global_define
(
DLIB_USE_BLAS
)
add_global_define
(
DLIB_USE_BLAS
)
...
...
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