Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake] remove tests for which we don't use the result
[simgrid.git] / tools / cmake / MakeLibWin.cmake
index b1234d4..8f77f3d 100644 (file)
@@ -6,11 +6,7 @@ add_library(simgrid SHARED ${simgrid_sources})
 if(MSVC)
   set_target_properties(simgrid  PROPERTIES 
        COMPILE_FLAGS "/D_XBT_DLL_EXPORT /DDLL_EXPORT" 
-       VERSION ${libsimgrid_version} 
-       PREFIX "lib" SUFFIX ".dll" 
-       IMPORT_PREFIX "lib" 
-       IMPORT_SUFFIX ".dll")
-  
+       VERSION ${libsimgrid_version} )
 else()
   set_target_properties(simgrid  PROPERTIES 
        COMPILE_FLAGS "-D_XBT_DLL_EXPORT -DDLL_EXPORT"