Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
aedba687
Commit
aedba687
authored
May 08, 2013
by
Sebastian Eichelbaum
Browse files
[FIX
#276
] using hint provided by Christian for the findNifti cmake script.
parent
b1351d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/cmake/Findniftilib.cmake
tools/cmake/Findniftilib.cmake
+1
-1
No files found.
tools/cmake/Findniftilib.cmake
View file @
aedba687
...
...
@@ -6,7 +6,7 @@
# * NIFTILIB_LIBRARY - the path to the library
#
FIND_PATH
(
NIFTILIB_INCLUDE_DIR nifti1.h
/usr/include/nifti /usr/local/include/nifti /opt/local/include/
nifti
)
FIND_PATH
(
NIFTILIB_INCLUDE_DIR nifti1.h
PATH_SUFFIXES
nifti
)
# This hack is inspired by FindBoost.cmake. It ensures that only shared objects are found. Linking a SO with a static lib is not possible
# in Linux. On other systems, this should be no problem.
...
...
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