Skip to content

Commit 9cfa27d

Browse files
committed
fix ios build
1 parent 1888fc9 commit 9cfa27d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/cmake/CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
],
101101
"hidden": false,
102102
"name": "ios-dbg",
103-
"inherits": "base",
103+
"inherits": "ios",
104104
"configurePreset": "ios-dbg",
105105
"configuration": "Debug"
106106
},
@@ -110,7 +110,7 @@
110110
],
111111
"hidden": false,
112112
"name": "ios-rel",
113-
"inherits": "base",
113+
"inherits": "ios",
114114
"configurePreset": "ios-rel",
115115
"configuration": "Release"
116116
}

0 commit comments

Comments
 (0)