Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e82addf

Browse files
committedFeb 12, 2024·
Simplify naming now msys contains a cmake version with better Objective C support.
1 parent d3e81f7 commit e82addf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ endif()
2121
enable_language(OBJC OBJCXX)
2222

2323
if (MINGW)
24-
set(CMAKE_IMPORT_LIBRARY_SUFFIX ".dll.a")
25-
set(CMAKE_IMPORT_LIBRARY_PREFIX "lib")
26-
set(CMAKE_LINK_LIBRARY_SUFFIX "")
27-
set(CMAKE_SHARED_LIBRARY_PREFIX "")
2824
set(CMAKE_OBJCXX_IMPLICIT_INCLUDE_DIRECTORIES ${CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES})
2925
endif ()
3026

0 commit comments

Comments
 (0)
Please sign in to comment.