Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
fa1d931e
Verified
Commit
fa1d931e
authored
May 26, 2020
by
Justin Carpentier
Browse files
cmake: make assimp search more generic
parent
f3b0d0ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake-modules/Findassimp.cmake
View file @
fa1d931e
#
# Copyright 2020 CNRS
# Copyright 2020 CNRS
INRIA
#
# Author: Guilhem Saurel
#
...
...
@@ -16,7 +16,7 @@ FIND_PATH(assimp_INCLUDE_DIR
)
FIND_LIBRARY
(
assimp_LIBRARY
NAMES
lib
assimp
.so
NAMES assimp
PATHS
${
assimp_PREFIX
}
${
assimp_PREFIX
}
/lib
)
...
...
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