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
I installed it via vcpkg (manifest mode). CMake's find_package(plog CONFIG REQUIRED) doesn't seem to work for me. I see that this feature has already been discussed (and implemented?) in issue #171. So I'm wondering if my issue is related to the CMake configuration in this project or with the vcpkg port.
Thank you!
The text was updated successfully, but these errors were encountered:
Indeed find_package doesn't work though the project compiles and can find #include <plog/Log.h>. It seems that vcpkg port needs to be updated to support this feature.
Hi!
Thank you for this library.
I installed it via vcpkg (manifest mode). CMake's
find_package(plog CONFIG REQUIRED)
doesn't seem to work for me. I see that this feature has already been discussed (and implemented?) in issue #171. So I'm wondering if my issue is related to the CMake configuration in this project or with the vcpkg port.Thank you!
The text was updated successfully, but these errors were encountered: