scr icon indicating copy to clipboard operation
scr copied to clipboard

Using SCR bootstrap in an external build.

Open hariharan-devarajan opened this issue 1 year ago • 0 comments

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.

hariharan-devarajan avatar Jan 31 '24 18:01 hariharan-devarajan