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
But most of them are not used in the CmakeLists.txt to forward the option with add_definitions()
I am not sure that all these HAV_XXX are required in the port file. WITH_DEPENDENCIES isn't enough ?
Adding this in the CMakeLists.txt fixes the issue on my side:
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install aubio
new_aubio_source
functionFailure logs
You can see in the log that it does not have the
-DHAVE_LIBAV=1
flag for instance.Additional context
This had been broken with this pull request : #16051
It added some options in the port file:
But most of them are not used in the
CmakeLists.txt
to forward the option withadd_definitions()
I am not sure that all these HAV_XXX are required in the port file.
WITH_DEPENDENCIES
isn't enough ?Adding this in the
CMakeLists.txt
fixes the issue on my side:The text was updated successfully, but these errors were encountered: