From: agiersch Date: Mon, 15 Nov 2010 17:10:59 +0000 (+0000) Subject: Remove remaining references to static version of libraries. X-Git-Tag: v3_5~274 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a21b6634a89ef18ffdbde0607b410f8e59d169c3?ds=sidebyside Remove remaining references to static version of libraries. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8553 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 2ca547ba2e..fdafa18853 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -35,16 +35,9 @@ install(PROGRAMS tools/MSG_visualization/colorize.pl install(TARGETS simgrid gras DESTINATION $ENV{DESTDIR}${prefix}/lib/) -install(FILES ${CMAKE_BINARY_DIR}/lib/libsimgrid_static.a - RENAME libsimgrid.a - DESTINATION $ENV{DESTDIR}${prefix}/lib/) - if(enable_smpi) install(TARGETS smpi DESTINATION $ENV{DESTDIR}${prefix}/lib/) - install(FILES ${CMAKE_BINARY_DIR}/lib/libsmpi_static.a - RENAME libsmpi.a - DESTINATION $ENV{DESTDIR}${prefix}/lib/) endif(enable_smpi) # include files diff --git a/buildtools/Cmake/Supernovae.cmake b/buildtools/Cmake/Supernovae.cmake index f7f461b5ba..f3cee664a9 100644 --- a/buildtools/Cmake/Supernovae.cmake +++ b/buildtools/Cmake/Supernovae.cmake @@ -61,9 +61,7 @@ if(enable_smpi) endif(enable_smpi) add_library(simgrid SHARED ${PROJECT_DIRECTORY}/src/supernovae_sg.c ${simgrid_fragile_sources}) -add_library(simgrid_static STATIC ${PROJECT_DIRECTORY}/src/supernovae_sg.c ${simgrid_fragile_sources}) add_library(gras SHARED ${PROJECT_DIRECTORY}/src/supernovae_gras.c ${gras_fragile_sources}) if(enable_smpi) add_library(smpi SHARED ${PROJECT_DIRECTORY}/src/supernovae_smpi.c) - add_library(smpi_static STATIC ${PROJECT_DIRECTORY}/src/supernovae_smpi.c) -endif(enable_smpi) \ No newline at end of file +endif(enable_smpi)