Skip to content

Commit 1dcd25a

Browse files
authored
Merge pull request #32108 from compnerd/a-shared-standard
build: remove unnecessary `CXX_STANDARD` for Windows
2 parents ad0a8d3 + 1cc6698 commit 1dcd25a

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)