Skip to content

Commit fad9b44

Browse files
committed
There is no need to rename "libSwiftParser" because it doesn't conflict.
1 parent dd4dc98 commit fad9b44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/SwiftParser/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ target_link_libraries(SwiftParser PUBLIC
3737

3838
set_property(GLOBAL APPEND PROPERTY SWIFTSYNTAX_EXPORTS SwiftParser)
3939

40-
# Rename the installed library to avoid clashing with the C++
41-
# "libswiftParser" on case-insensitive file systems.
42-
set_target_properties(SwiftParser PROPERTIES OUTPUT_NAME "SwiftSwiftParser")
43-
4440
# NOTE: workaround for CMake not setting up include flags yet
4541
set_target_properties(SwiftParser PROPERTIES
4642
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})

0 commit comments

Comments
 (0)