argparse
argparse copied to clipboard
C++20 module file could not be found
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.