We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebd2f3 commit 70f32aaCopy full SHA for 70f32aa
CMakePresets.json
@@ -13,10 +13,10 @@
13
"CMAKE_CXX_STANDARD": "20",
14
"CMAKE_CXX_STANDARD_REQUIRED": "ON",
15
"CMAKE_CXX_EXTENSIONS": "OFF",
16
- "CMAKE_CXX_SCAN_FOR_MODULES": "ON",
17
"BUILD_SHARED_LIBS": "OFF",
18
"FETCHCONTENT_QUIET": "OFF",
19
+ "FMT_MODULE": "OFF",
20
"VULKAN_HEADERS_ENABLE_INSTALL": "ON",
21
"ENTT_INCLUDE_HEADERS": "ON",
22
dependencies.cmake
@@ -4,7 +4,7 @@ FetchContent_Declare(
4
fmt
5
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
6
GIT_SHALLOW TRUE
7
- )
+ )
8
9
FetchContent_Declare(
10
imgui
0 commit comments