blob: eb72914d0c282f3d14a1fc4f823364a7e86342e2 [file] [log] [blame]
diff -Naur cmocka-1.1.3.orig/CMakeLists.txt cmocka-1.1.3/CMakeLists.txt
--- cmocka-1.1.3.orig/CMakeLists.txt 2018-10-05 17:16:59.084976700 -0400
+++ cmocka-1.1.3/CMakeLists.txt 2018-10-05 17:26:44.385922500 -0400
@@ -45,11 +45,6 @@
include(ConfigureChecks.cmake)
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
-# MinGW DLL Naming Workaround
-if (MINGW)
- set(CMAKE_SHARED_LIBRARY_PREFIX "")
-endif (MINGW)
-
# check subdirectories
add_subdirectory(doc)
add_subdirectory(include)