wjakob / nanobind

nanobind: tiny and efficient C++/Python bindings
BSD 3-Clause "New" or "Revised" License
2.14k stars 161 forks source link

Fix building tests with Ninja on Windows #551

Closed patstew closed 2 months ago

patstew commented 2 months ago

Putting outputs in Release/ folders etc is a result of using a multi-config cmake generator like Visual Studio, not of using MSVC. This fixes using ninja on windows, and presumably using multi config generators with compilers other than MSVC.

wjakob commented 2 months ago

Thanks!