Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In release mode, the run button does not execute when clicked. #77

Open
SimonQi1 opened this issue Sep 28, 2023 · 1 comment
Open

In release mode, the run button does not execute when clicked. #77

SimonQi1 opened this issue Sep 28, 2023 · 1 comment

Comments

@SimonQi1
Copy link

SimonQi1 commented Sep 28, 2023

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.
image
image

@denis-shienkov
Copy link
Owner

Could you please provide a minimal project example to reproduce an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants