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
OpenFlipper-Free
OpenFlipper
Commits
4adf26de
Commit
4adf26de
authored
May 16, 2018
by
schultz
Browse files
added versionless assimp path to finder paths
parent
e0014fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindASSIMP.cmake
View file @
4adf26de
...
...
@@ -53,6 +53,7 @@ if( WIN32 )
FIND_PATH
(
ASSIMP_INCLUDE_DIR assimp/scene.h
PATHS /usr/include
"
${
VS_SEARCH_PATH
}
assimp-4.1.0/include"
"
${
VS_SEARCH_PATH
}
assimp/include"
"C:/Program Files/Assimp/include"
)
...
...
@@ -61,8 +62,9 @@ if( WIN32 )
NAMES assimp
PATH_SUFFIXES
${
DIRSUFFIX
}
PATHS
"
${
CMAKE_WINDOWS_LIBS_DIR
}
/assimp-4.1.0/lib"
"
${
VS_SEARCH_PATH
}
assimp-4.1.0/lib"
"C:/Program Files/Assimp/lib"
"
${
VS_SEARCH_PATH
}
assimp-4.1.0/lib"
"
${
VS_SEARCH_PATH
}
assimp/lib"
"C:/Program Files/Assimp/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