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

function(phasar_config executable) is not executed in phasarConfig.cmake #693

Closed
yuffon opened this issue Dec 12, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@yuffon
Copy link

yuffon commented Dec 12, 2023

I use phasar as a library.

The definition of function(phasar_config executable) in phasarConfig.cmake is not executed because PHASAR_FOUND is not set.

@fabianbs96
Copy link
Member

Hi @yuffon, you are right, we accidentally broke the phasar_config function. https://github.com/secure-software-engineering/phasar/tree/f-FixLegacyPhasarConfig should fix this.
However, using phasar_config is not the recommended way of using phasar anymore anyway. https://github.com/secure-software-engineering/phasar/blob/f-FixLegacyPhasarConfig/examples/use-phasar-as-library/CMakeLists.txt shows some examples

@fabianbs96 fabianbs96 added the bug Something isn't working label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants