]> AND Public Git Repository - simgrid.git/blobdiff - tools/cmake/MakeLibWin.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] greatly normalize the self-tests
[simgrid.git] / tools / cmake / MakeLibWin.cmake
index 59f0557a9c66ee979c8a7bbd9fed30550a2e482c..8f77f3d39b94c9f07321c9d427e8d8150f0475de 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"