We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
function(phasar_config executable)
phasarConfig.cmake
PHASAR_FOUND
The text was updated successfully, but these errors were encountered:
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
phasar_config
Sorry, something went wrong.
No branches or pull requests
I use phasar as a library.
The definition of
function(phasar_config executable)
inphasarConfig.cmake
is not executed becausePHASAR_FOUND
is not set.The text was updated successfully, but these errors were encountered: