The value used for the the library path was being evaluated by CMake instead of forwarding the value to the shell expression (as intended). This meant any build-time binaries that depended on the environments library-path would failed to run.
The value used for the the library path was being evaluated by CMake instead of forwarding the value to the shell expression (as intended). This meant any build-time binaries that depended on the environments library-path would failed to run.