summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-02-16 14:50:06 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-02-16 14:50:06 (GMT)
commit07b4d8bbca2ad9d4826d9d37b1ef9b19b6489879 (patch)
treebc9be1db0927c6fee5441e94e2b6843067d1c8cf /Modules/Platform
parenta46e0d34760d980e7a6e26ad9a4f329d9d3475ba (diff)
downloadCMake-07b4d8bbca2ad9d4826d9d37b1ef9b19b6489879.zip
CMake-07b4d8bbca2ad9d4826d9d37b1ef9b19b6489879.tar.gz
CMake-07b4d8bbca2ad9d4826d9d37b1ef9b19b6489879.tar.bz2
BUG: fix mingw module load tests
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Windows-gcc.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-gcc.cmake b/Modules/Platform/Windows-gcc.cmake
index d12378f..c38df85 100644
--- a/Modules/Platform/Windows-gcc.cmake
+++ b/Modules/Platform/Windows-gcc.cmake
@@ -3,7 +3,6 @@ SET(CMAKE_STATIC_LIBRARY_PREFIX "lib")
SET(CMAKE_STATIC_LIBRARY_SUFFIX ".a")
SET(CMAKE_SHARED_LIBRARY_PREFIX "lib") # lib
SET(CMAKE_SHARED_LIBRARY_SUFFIX ".dll") # .so
-SET(CMAKE_SHARED_MODULE_PREFIX "")
SET(CMAKE_DL_LIBS "")
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "") # -pic
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared") # -shared