We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the Find***.cmake script according to: http://www.cmake.org/cmake/help/v2.8.8/cmake.html#command:find_package
Then we can use find_package(Assimp)
find_package(Assimp)
"CMake searches for a file called "Find.cmake" in the CMAKE_MODULE_PATH followed by the CMake installation"
CMAKE_MODULE_PATH
The text was updated successfully, but these errors were encountered:
Done for bullet in f8905e7. The updates for find_boost, find_assimp, find_schism and find_ovr are the next.
Sorry, something went wrong.
No branches or pull requests
Update the Find***.cmake script according to: http://www.cmake.org/cmake/help/v2.8.8/cmake.html#command:find_package
Then we can use
find_package(Assimp)
"CMake searches for a file called "Find.cmake" in the
CMAKE_MODULE_PATH
followed by the CMake installation"The text was updated successfully, but these errors were encountered: