From: navarrop Date: Thu, 25 Nov 2010 16:29:47 +0000 (+0000) Subject: This is not true on windows. X-Git-Tag: v3_5~175 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f2231e6fb2162bd75328d802658f44f84b0eb20b This is not true on windows. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8655 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 753115d38b..6cbd93b64f 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -45,14 +45,14 @@ if(enable_smpi) DESTINATION $ENV{DESTDIR}${prefix}/lib/) endif(enable_smpi) -if(enable_lib_static) +if(enable_lib_static AND NOT WIN32) install(TARGETS simgrid_static DESTINATION $ENV{DESTDIR}${prefix}/lib/) if(enable_smpi) install(TARGETS smpi_static DESTINATION $ENV{DESTDIR}${prefix}/lib/) endif(enable_smpi) -endif(enable_lib_static) +endif(enable_lib_static AND NOT WIN32) # include files foreach(file ${install_HEADERS})