-
Notifications
You must be signed in to change notification settings - Fork 94
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
CMake modules get installed to a wrong path #1152
Comments
This is still not fixed – the same CMake error appears when one wants to |
Can you check in more detail where this is failing? I can't reproduce it right now in an archlinux docker container (though I didn't use your package to build it, not familiar enough with Arch to do that). We already add the relevant path to the CMAKE_MODULE_PATH, see GinkgoConfig.cmake.in:105 list(APPEND CMAKE_MODULE_PATH "@CMAKE_MODULE_PATH@" "${GINKGO_INSTALL_MODULE_DIR}") Useful tools are |
Oh, right. The
Now, the first path is wrong – The
There is |
@lahwaacz if you have a minute, could you try out the linked PR? It should now produce relocatable GinkgoConfig.cmake files |
@upsj That seems to fix this 👍 |
When building the ginkgo-hpc-git AUR package, I noticed that it installs the following cmake files:
The
Modules/Modules
part is most likely a bug which causes the following error whenfind_package(Ginkgo)
is used in another project:The text was updated successfully, but these errors were encountered: