Skip to content

Commit 43db662

Browse files
fixed resizing issue on macos
1 parent 2ebd2f3 commit 43db662

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakePresets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"CMAKE_CXX_STANDARD": "20",
1414
"CMAKE_CXX_STANDARD_REQUIRED": "ON",
1515
"CMAKE_CXX_EXTENSIONS": "OFF",
16-
"CMAKE_CXX_SCAN_FOR_MODULES": "ON",
1716
"BUILD_SHARED_LIBS": "OFF",
1817
"FETCHCONTENT_QUIET": "OFF",
1918

dependencies.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ FetchContent_MakeAvailable(
190190
)
191191

192192
set(IMGUIDIR ${FETCHCONTENT_BASE_DIR}/imgui)
193+
set_target_properties(fmt-module PROPERTIES
194+
CXX_SCAN_FOR_MODULES OFF
195+
)
193196

194197
add_library(imgui STATIC)
195198

0 commit comments

Comments
 (0)