Skip to content

Commit 1cc6698

Browse files
committed
build: remove unnecessary CXX_STANDARD for Windows
The entire project is now at C++14. Windows had to adopt C++14 earlier to support processing the Windows SDK headers. This is no longer necessary, adopt the global settings instead.
1 parent 50c0534 commit 1cc6698

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ function(add_swift_host_library name)
517517
endif()
518518

519519
set_target_properties(${name} PROPERTIES
520-
CXX_STANDARD 14
521520
NO_SONAME YES)
522521
endif()
523522

0 commit comments

Comments
 (0)