You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use cmake for linking libjulia.so, and I need find_package for Julia. FindJulia.cmake in this repository is latest and well managed as far as I searched. Do you have a plan to propose this script to the official cmake repository? It will be useful for other Julia users trying to use it from another language e.g. Fortran.
Thanks.
The text was updated successfully, but these errors were encountered:
A possible alternative option (if there is someone willing to maintain it) is to install a JuliaConfig.cmake configuration file with Julia itself. Even if Julia is not built with CMake, it is possible nevertheless to generate a JuliaConfig.cmake file, see for example libxml2:
Yes, I think adding a JuliaConfig.cmake file would be the way to go. The best solution is to convert Julia to using CMake, but that's slightly more involved ;)
Hi team,
I try to use cmake for linking libjulia.so, and I need
find_package
for Julia.FindJulia.cmake
in this repository is latest and well managed as far as I searched. Do you have a plan to propose this script to the official cmake repository? It will be useful for other Julia users trying to use it from another language e.g. Fortran.Thanks.
The text was updated successfully, but these errors were encountered: