Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
b50e0ab5
Commit
b50e0ab5
authored
Jul 07, 2014
by
Pilar Cossio
Browse files
Merge branch 'devel_drohr' of gitta.rzg.mpg.de:BioEM into devel_drohr
parents
b9140117
4b49a7d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b50e0ab5
...
...
@@ -121,7 +121,11 @@ if (CUDA_FOUND)
target_link_libraries
(
bioEM
${
CUDA_CUDA_LIBRARY
}
)
endif
()
target_link_libraries
(
bioEM -L
${
FFTW_LIBDIR
}
-lfftw3 -lfftw3f
)
if
(
FFTWF_LIBRARIES
)
target_link_libraries
(
bioEM
${
FFTWF_LIBRARIES
}
)
else
()
target_link_libraries
(
bioEM -L
${
FFTW_LIBDIR
}
-lfftw3 -lfftw3f
)
endif
()
target_link_libraries
(
bioEM -L
${
Boost_LIBRARY_DIRS
}
-lboost_program_options
)
if
(
MPI_FOUND
)
...
...
Write
Preview
Supports
Markdown
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