argparse icon indicating copy to clipboard operation
argparse copied to clipboard

C++20 module file could not be found

Open Stevan1996 opened this issue 4 months ago • 0 comments

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.

Stevan1996 avatar Aug 11 '25 14:08 Stevan1996