Skip to content

Commit 8a4c321

Browse files
committed
IMGUI_DISABLE_OBSOLETE_FUNCTIONS for python bindings
1 parent 5eb3e8a commit 8a4c321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if(IMGUI_BUNDLE_BUILD_PYTHON AND NOT IMGUI_BUNDLE_BUILD_PYODIDE)
144144
set(HELLOIMGUI_HAS_DIRECTX11 OFF CACHE BOOL "" FORCE)
145145
set(HELLOIMGUI_HAS_DIRECTX12 OFF CACHE BOOL "" FORCE)
146146

147-
# set(IMGUI_DISABLE_OBSOLETE_FUNCTIONS ON CACHE BOOL "" FORCE)
147+
set(IMGUI_DISABLE_OBSOLETE_FUNCTIONS ON CACHE BOOL "" FORCE)
148148
endif()
149149

150150

0 commit comments

Comments
 (0)