JuliaInterop / libcxxwrap-julia

C++ library for backing CxxWrap.jl
Other
85 stars 43 forks source link

fixes Overrides.toml issues on Windows and when using nested CMake projects. #165

Open mind6 opened 5 months ago

mind6 commented 5 months ago

In Windows the user directory is found through ENV{USERPROFILE} not ENV{HOME}. Feel free to clean up comments if you find them excessive.

barche commented 5 months ago

Thanks, but this fails the tests on all platforms with the error ERROR: Unable to parse 'ENV{USERPROFILE}' as a package and it also needs to be rebased on the current main.