-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[EIPScanner] add new port #43569
base: master
Are you sure you want to change the base?
[EIPScanner] add new port #43569
Conversation
Co-authored-by: Kai Pastor <[email protected]>
@EfesX, Thanks for your PR, when I tested the uage by
"target_include_directories" may be needed. |
CMakeLists.txt:
main.cpp:
|
@JonLiu1993 I fixed it.
|
...for restart CI builds
Tested usage successfully by |
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.Fixes #43547