Commit 48766ca
authored
Update NanoGUI version to support CMake 4+ (AcademySoftwareFoundation#2487)
The bin2c.cmake requirement for cmake 2.8 caused the NanoGUI compilation to fail to configure with any CMake 4.x.y
The newest NanoGUI fixes this, and the rest of the updates seems rather innocuous.
Without this, MaterialXView does not compile in the latest vscode on Windows (and possibly elsewhere).1 parent 8b9d0fd commit 48766ca
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/build.yml+1-1
- .github/workflows/wheels.yml+1-1
- ext/nanobind+1-1
- include/nanogui/python.h+59-54
- resources/bin2c.cmake+1-1
- src/darwin.mm+2-1
- src/python/button.cpp+1-1
- src/python/canvas.cpp+2-4
- src/python/color.cpp+4-4
- src/python/python.h+3-3
- src/python/render.cpp+31-27
- src/python/theme.cpp+54-54
- src/python/vector.cpp+10-10
0 commit comments