Skip to content

Commit 4cf344d

Browse files
etcwildecthielen
authored andcommitted
CMake: Remove duplicate platform info includes
It looks like something was merged in a funny way resulting in the platform info module being included twice in the top-level CMakeLists files. Removing one of them.
1 parent 8c0c0a8 commit 4cf344d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ if(NOT SWIFT_SYSTEM_NAME)
2424
endif()
2525
endif()
2626

27-
include(PlatformInfo)
28-
2927
set(CMAKE_Swift_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/swift)
3028
set(CMAKE_Swift_COMPILE_OPTIONS_MSVC_RUNTIME_LIBRARY MultiThreadedDLL)
3129

0 commit comments

Comments
 (0)