File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed
serious_python_windows/windows Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ class PackageCommand extends Command {
199199
200200 var junkFiles = isMobile ? junkFilesMobile : junkFilesDesktop;
201201
202- // Extra indexs
202+ // Extra indexes
203203 List <String > extraPyPiIndexes = [mobilePyPiUrl];
204204 extraPyPiIndexes.add ("https://cfms-dev.github.io/platform-wheels/" );
205205 if (platform == "Pyodide" ) {
Original file line number Diff line number Diff line change 11# Project-level configuration.
22cmake_minimum_required (VERSION 3.14)
3+ set (CMAKE_CXX_STANDARD 23)
34project (flask_example LANGUAGES CXX)
45
56# The name of the executable created for the application. Change this to change
Original file line number Diff line number Diff line change 11# Project-level configuration.
22cmake_minimum_required (VERSION 3.14)
3+ set (CMAKE_CXX_STANDARD 23)
34project (flet_example LANGUAGES CXX)
45
56# The name of the executable created for the application. Change this to change
Original file line number Diff line number Diff line change 11# Project-level configuration.
22cmake_minimum_required (VERSION 3.14)
3+ set (CMAKE_CXX_STANDARD 23)
34project (run_example LANGUAGES CXX)
45
56# The name of the executable created for the application. Change this to change
Original file line number Diff line number Diff line change 33# version, as doing so will cause the plugin to fail to compile for some
44# customers of the plugin.
55cmake_minimum_required (VERSION 3.14)
6+ set (CMAKE_CXX_STANDARD 23)
67
78# Project-level configuration.
89set (PROJECT_NAME "serious_python_windows" )
You can’t perform that action at this time.
0 commit comments