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
When in release mode, the build executable in install_root runs, but the test executable outside of install_root does not. The reason is that the dll file is in the install_root folder, and the test executable is not in that directory, so the dll file cannot be found during execution.
The text was updated successfully, but these errors were encountered:
When in release mode, the build executable in install_root runs, but the test executable outside of install_root does not. The reason is that the dll file is in the install_root folder, and the test executable is not in that directory, so the dll file cannot be found during execution.
The text was updated successfully, but these errors were encountered: