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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
With a proper install, find_package shouldn't require any additional setup. However with the current setup it does.
<prefix>/ (W) <prefix>/(cmake|CMake)/ (W) <prefix>/<name>*/ (W) <prefix>/<name>*/(cmake|CMake)/ (W) <prefix>/(lib/<arch>|lib|share)/cmake/<name>*/ (U) <prefix>/(lib/<arch>|lib|share)/<name>*/ (U) <prefix>/(lib/<arch>|lib|share)/<name>*/(cmake|CMake)/ (U) <prefix>/<name>*/(lib/<arch>|lib|share)/cmake/<name>*/ (W/U) <prefix>/<name>*/(lib/<arch>|lib|share)/<name>*/ (W/U) <prefix>/<name>*/(lib/<arch>|lib|share)/<name>*/(cmake|CMake)/ (W/U)
This looks like the directories that get searched, so an install should put them in the proper location.
In addition, the build folder should be setup so that the dir's can be pointed to that folder and find all required libraries easily.
The text was updated successfully, but these errors were encountered:
I should have committed this, but I failed in my ThadHouse#1 task. RI…
ca78876
…P me
No branches or pull requests
With a proper install, find_package shouldn't require any additional setup. However with the current setup it does.
This looks like the directories that get searched, so an install should put them in the proper location.
In addition, the build folder should be setup so that the dir's can be pointed to that folder and find all required libraries easily.
The text was updated successfully, but these errors were encountered: