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
In my use case, I have the following project structure.
My project
external
SCR
venv
scripts
Currently, there is no way to pass the INSTALL DIR of venv to the bootstrap script.
This builds and installs everything within external/scr/install
When I use CMAKE_INSTALL_PREFIX with SCR, it does not find it as the install folder is not there.
I was hoping if we could pass INSTALL_DIR as an optional argument to the bootstrap script.
The text was updated successfully, but these errors were encountered:
In my use case, I have the following project structure.
Currently, there is no way to pass the INSTALL DIR of venv to the bootstrap script.
This builds and installs everything within external/scr/install
When I use CMAKE_INSTALL_PREFIX with SCR, it does not find it as the install folder is not there.
I was hoping if we could pass INSTALL_DIR as an optional argument to the bootstrap script.
The text was updated successfully, but these errors were encountered: