libigl-example-project icon indicating copy to clipboard operation
libigl-example-project copied to clipboard

How to configture cmake project without FetchContent?

Open xiaowuga opened this issue 3 years ago • 1 comments

Network issues often arise, especially in China. Can I use find_package(libigl) to get target now?

xiaowuga avatar Mar 30 '23 11:03 xiaowuga

maybe , you should use VPN , and set proxy IP:PORT in the CLI ; for exsample , if your clash started , type the command in CLI: git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy http://127.0.0.1:7890 then,use cmake as the README.md said

sky92archangel avatar Oct 15 '23 08:10 sky92archangel