Skip to content

Commit 70f32aa

Browse files
fixed resizing issue on macos
1 parent 2ebd2f3 commit 70f32aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
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

19+
"FMT_MODULE": "OFF",
2020
"VULKAN_HEADERS_ENABLE_INSTALL": "ON",
2121
"ENTT_INCLUDE_HEADERS": "ON",
2222

dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FetchContent_Declare(
44
fmt
55
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
66
GIT_SHALLOW TRUE
7-
)
7+
)
88

99
FetchContent_Declare(
1010
imgui

0 commit comments

Comments
 (0)