scr
scr copied to clipboard
Using SCR bootstrap in an external build.
In my use case, I have the following project structure.
- My project
- external
- SCR
- venv
- scripts
- external
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.