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
Perhaps mistakenly, I operated under the assumption that BDE tools may be installed by running cmake --install. However, this installation does not contain any files under the BdeBuildSystem directory that seem required at run-time.
To Reproduce:
Run `cmake -B <path/to/build/dir> -S <path/to/bde/tools> --install-prefix
Run `cmake --install <path/to/build/dir>
Notice a bunch of the bbs_build is installed to <prefix> but not any files in the BdeBuildSystem directory
Set <prefix/libexec/bde-tools/bin> to the PATH
Run bbs_build configure
Error: Cannot find BdeBuildSystem cmake modules
I expect to be able to use the result of installing this repository. This error does not occur when I run bbs_build from the directory into which I clone the repository.
Environment:
Darwin G7WH7WFVKV 21.6.0 Darwin Kernel Version 21.6.0
The text was updated successfully, but these errors were encountered:
Perhaps mistakenly, I operated under the assumption that BDE tools may be installed by running
cmake --install
. However, this installation does not contain any files under theBdeBuildSystem
directory that seem required at run-time.To Reproduce:
bbs_build
is installed to<prefix>
but not any files in theBdeBuildSystem
directorybbs_build configure
I expect to be able to use the result of installing this repository. This error does not occur when I run
bbs_build
from the directory into which I clone the repository.Environment:
The text was updated successfully, but these errors were encountered: