Skip to content
GitLab
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
471180ae
Commit
471180ae
authored
Jun 16, 2016
by
Markus Rampp
Browse files
remove hard-wired fallback to /afs libs in FindFFTW.cmake
parent
ef000207
Changes
1
Hide whitespace changes
Inline
Side-by-side
FindFFTW.cmake
View file @
471180ae
...
...
@@ -21,8 +21,6 @@ if(NOT FFTW_LIBRARY OR NOT FFTW_INCLUDE_DIR)
endif
()
# set default find_package outcome variables
set
(
FFTWF_LIBRARIES
${
FFTW_LIBRARY
}
${
FFTW_LIBRARY_F
}
)
set
(
FFTWF_LIBRARIES
${
FFTW_LIBRARY_F
}
)
set
(
FFTW_INCLUDE_DIRS
${
FFTW_INCLUDE_DIR
}
)
if
(
"
${
CMAKE_CXX_COMPILER_ID
}
"
STREQUAL
"GNU"
)
set
(
FFTWF_LIBRARIES
${
FFTWF_LIBRARIES
}
-L/afs/@cell/common/soft/intel/ics2013/14.0/compiler/lib/intel64/ -lirc -limf
)
endif
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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