blob: ca10b8b98faafdcf14a08de41d214989cad30c12 [file] [log] [blame]
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2337,12 +2337,7 @@
OUTPUT_NAME "${LIBRARY_NAME}_static"
)
elseif(MINGW)
- #
- # For compatibility, build the shared library without the "lib" prefix on
- # MinGW as well.
- #
set_target_properties(${LIBRARY_NAME} PROPERTIES
- PREFIX ""
OUTPUT_NAME "${LIBRARY_NAME}"
)
set_target_properties(${LIBRARY_NAME}_static PROPERTIES