Skip to content

Commit 1a1d99f

Browse files
committed
build: fix imguifiledialog preprocessor define for configs
1 parent 9e4c3b4 commit 1a1d99f

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
@@ -15,7 +15,7 @@ endif()
1515

1616
if(WIN32)
1717
else() # Linux
18-
add_definitions(-DIMGUI_USER_CONFIG="ImGuiFileDialogConfigUnix.h")
18+
add_definitions(-DCUSTOM_IMGUIFILEDIALOG_CONFIG="ImGuiFileDialogConfigUnix.h")
1919
endif()
2020

2121
# various settings

0 commit comments

Comments
 (0)