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 am using CMake and vcpkg. I installed version 3.2 of argparse via vcpkg, and tried to import it as C++20 module. However, I get the error message that the module could not be found. Including the header file works as usual. It looks like the installed package is not shipped with the .cppm file.