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
AGULLO Emmanuel
Chameleon
Commits
2220cbbe
Commit
2220cbbe
authored
Apr 22, 2015
by
PRUVOST Florent
Browse files
add include dirs suffixes when look into common system paths
parent
cfe6728c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_modules/morse/find/FindSTARPU.cmake
View file @
2220cbbe
...
...
@@ -310,7 +310,12 @@ if( (NOT PKG_CONFIG_EXECUTABLE) OR (PKG_CONFIG_EXECUTABLE AND NOT STARPU_FOUND)
set
(
STARPU_
${
starpu_hdr
}
_INCLUDE_DIRS
"STARPU_
${
starpu_hdr
}
_INCLUDE_DIRS-NOTFOUND"
)
find_path
(
STARPU_
${
starpu_hdr
}
_INCLUDE_DIRS
NAMES
${
starpu_hdr
}
HINTS
${
_inc_env
}
)
HINTS
${
_inc_env
}
PATH_SUFFIXES
"starpu/1.0"
"starpu/1.1"
"starpu/1.2"
"starpu/1.3"
)
endforeach
()
endif
()
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