Skip to content

Commit 869e471

Browse files
committed
Revert "Add CMAKE_CXX_STANDARD"
This reverts commit 84a2e4e.
1 parent 84a2e4e commit 869e471

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/serious_python/example/flask_example/windows/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Project-level configuration.
22
cmake_minimum_required(VERSION 3.14)
3-
set(CMAKE_CXX_STANDARD 23)
43
project(flask_example LANGUAGES CXX)
54

65
# The name of the executable created for the application. Change this to change

src/serious_python/example/flet_example/windows/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Project-level configuration.
22
cmake_minimum_required(VERSION 3.14)
3-
set(CMAKE_CXX_STANDARD 23)
43
project(flet_example LANGUAGES CXX)
54

65
# The name of the executable created for the application. Change this to change

src/serious_python/example/run_example/windows/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Project-level configuration.
22
cmake_minimum_required(VERSION 3.14)
3-
set(CMAKE_CXX_STANDARD 23)
43
project(run_example LANGUAGES CXX)
54

65
# The name of the executable created for the application. Change this to change

src/serious_python_windows/windows/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# version, as doing so will cause the plugin to fail to compile for some
44
# customers of the plugin.
55
cmake_minimum_required(VERSION 3.14)
6-
set(CMAKE_CXX_STANDARD 23)
76

87
# Project-level configuration.
98
set(PROJECT_NAME "serious_python_windows")

0 commit comments

Comments
 (0)