Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
small change for smpi win
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 11 Feb 2013 14:49:08 +0000 (15:49 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 19 Feb 2013 15:39:04 +0000 (16:39 +0100)
buildtools/Cmake/MakeLibWin.cmake

index ae9dd23..5fc283b 100644 (file)
@@ -44,7 +44,6 @@ endif()
 
 if(enable_smpi)
   add_library(smpi SHARED ${SMPI_SRC})
-  set_target_properties(smpi PROPERTIES COMPILE_FLAGS "-D_XBT_DLL_EXPORT -DDLL_EXPORT" LINK_FLAGS "-shared" VERSION ${libsmpi_version} OUTPUT_NAME "smpi" IMPORT_PREFIX "lib" IMPORT_SUFFIX ".dll")
-  add_dependencies(smpi simgrid)
+  set_target_properties(smpi PROPERTIES COMPILE_FLAGS "-D_XBT_DLL_EXPORT -DDLL_EXPORT" LINK_FLAGS "-shared" VERSION ${libsmpi_version} OUTPUT_NAME "smpi" IMPORT_SUFFIX ".dll")
   target_link_libraries(smpi simgrid)
-endif()
\ No newline at end of file
+endif()