You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to update my imgui_bundle dependency in HDRView to v1.5.2 and ran into build issues.
I've only had a bit of time to investigate so far, but best I can make out, the issue is that:
In my project I turn on IMGUI_BUNDLE_DISABLE_IMGUI_NODE_EDITOR, but it seems that ever since this commit, external/immapp/immapp/immapp_widgets.cpp depends on the node editor headers regardless of this CMAKE option.
I was able to get everything to build properly if I simply don't turn on IMGUI_BUNDLE_DISABLE_IMGUI_NODE_EDITOR, but since I don't depend on the node editor functionality, it would be nice to still allow disabling it.
The text was updated successfully, but these errors were encountered:
I just tried to update my imgui_bundle dependency in HDRView to v1.5.2 and ran into build issues.
I've only had a bit of time to investigate so far, but best I can make out, the issue is that:
In my project I turn on
IMGUI_BUNDLE_DISABLE_IMGUI_NODE_EDITOR
, but it seems that ever since this commit,external/immapp/immapp/immapp_widgets.cpp
depends on the node editor headers regardless of this CMAKE option.I was able to get everything to build properly if I simply don't turn on
IMGUI_BUNDLE_DISABLE_IMGUI_NODE_EDITOR
, but since I don't depend on the node editor functionality, it would be nice to still allow disabling it.The text was updated successfully, but these errors were encountered: