-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
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
find_package() #76
Comments
Hi @narutojxl , thanks for reporting this issue. Will take a look soon. |
Hi @jingnanshi, thanks author :) |
get the same issue, I set teaserpp_DIR to build directory, but there is no teaserppConfig.cmake or teaserpp-config.cmake also. I'm wondering how your guys run the Minimal C++ example |
@StrikerCC try the develop branch |
你好,请问解决这个问题了吗 |
Please run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi author,
After make installed teaser in
/usr/local/
, when using in other project CMakeLists.txt withfind_package(teaserpp REQUIRED)
,it comes out:
In the
/usr/local/lib/cmake/teaserpp/
, there is noteaserppConfig.cmake
orteaserpp-config.cmake
, butteaserppTargets.cmake
andteaserppTargets-release.cmake
. How to fix this problem, thanks for your help and time!The text was updated successfully, but these errors were encountered: