From aff0391c1fd4d34d0ce03b403c2b03e6e234ccd3 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Mon, 8 Apr 2024 13:08:02 -0300 Subject: [PATCH] add AVOID_UB definition --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index aadeaf23..e7c30cee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,7 @@ add_compile_definitions( CIMGUI_DEFINE_ENUMS_AND_STRUCTS NON_MATCHING=1 NON_EQUIVALENT=1 + AVOID_UB=1 ) # Find necessary libraries