codypiersall / pynng

Python bindings for Nanomsg Next Generation.
https://pynng.readthedocs.io
MIT License
260 stars 58 forks source link

fix: force nng checkout #126

Open broglep-work opened 5 months ago

broglep-work commented 5 months ago

to prevent build failures like

error: The following untracked working tree files would be overwritten by checkout:
        cmake/FindmbedTLS.cmake

seems to be caused by case sensitivity differences beween file systems (FindmbedTLS.cmake vs FindMbedTLS.cmake)

codypiersall commented 5 months ago

Thank you for both of your PRs. Just like with your other one, I will merge this after I get CI working (or give up on it).