From 75cea48b0e6d042e55a79cdd3e89c9f68a38eae4 Mon Sep 17 00:00:00 2001 From: aiekick Date: Fri, 3 Nov 2023 22:53:21 +0100 Subject: [PATCH] - --- CMakeLists.txt | 4 ++++ ImGuiFileDialog | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd8f97a..4600dd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,10 @@ add_executable(${PROJECT} ${IMGUIIMPL_SOURCES} ) +if(UNIX) + target_compile_options(${PROJECT} PUBLIC "-Wno-unknown-pragmas") +endif() + if (APPLE) set_target_properties(${PROJECT} PROPERTIES diff --git a/ImGuiFileDialog b/ImGuiFileDialog index 8371c86..113eb92 160000 --- a/ImGuiFileDialog +++ b/ImGuiFileDialog @@ -1 +1 @@ -Subproject commit 8371c8612ddfe9b23464ba9b02770ea046e81f98 +Subproject commit 113eb92cbcf6cda9be2335d647a93a27a78ee025