We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a82105 commit 1716841Copy full SHA for 1716841
Imgui/CMakeLists.txt
@@ -101,6 +101,10 @@ endif()
101
102
set_common_target_properties(Diligent-Imgui)
103
104
+if(("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") AND (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 20.0))
105
+ target_compile_options(Diligent-Imgui PUBLIC -Wno-nontrivial-memcall)
106
+endif()
107
+
108
target_include_directories(Diligent-Imgui
109
PUBLIC
110
interface
0 commit comments