Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] simplify the way we read the teshfile
[simgrid.git] / tools / cmake / MakeLibWin.cmake
index 59f0557..8f77f3d 100644 (file)
@@ -7,10 +7,6 @@ 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")
-#  ${CMAKE_COMMAND} -E make_directory ${CMAKE_HOME_DIRECTORY}/lib/Debug
 else()
   set_target_properties(simgrid  PROPERTIES 
        COMPILE_FLAGS "-D_XBT_DLL_EXPORT -DDLL_EXPORT"