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
ideally we don't need any env variables at all. This would be solvable by letting CMake create a file with a function for the location install_path or similar (i.e. just return CMAKE_INSTALL_PREFIX), see e.g. https://github.com/SyneRBI/SIRF/blob/master/cmake/version.h.in
The text was updated successfully, but these errors were encountered:
ideally we don't need any env variables at all. This would be solvable by letting CMake create a file with a function for the location
install_path
or similar (i.e. just returnCMAKE_INSTALL_PREFIX
), see e.g. https://github.com/SyneRBI/SIRF/blob/master/cmake/version.h.inThe text was updated successfully, but these errors were encountered: