X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b4e00124882b366ee3bc852633e6cfaab5d2b78e..900de20b50b969d43f494804b2b92eb4442ab4a3:/buildtools/Cmake/Distrib.cmake diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 9aea98e332..0e63df6671 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -15,7 +15,8 @@ install(DIRECTORY "${CMAKE_HOME_DIRECTORY}/doc/html/" ) #### Generate the manpages -if( NOT MANPAGE_DIR ) +if(NOT WIN32) +if( NOT MANPAGE_DIR) set( MANPAGE_DIR ${CMAKE_BINARY_DIR}/manpages ) endif( NOT MANPAGE_DIR) @@ -27,6 +28,8 @@ add_custom_target(manpages ALL install(FILES ${MANPAGE_DIR}/simgrid_update_xml.1 DESTINATION $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/usr/share/man/man1) +endif(NOT WIN32) + # binaries install(PROGRAMS ${CMAKE_BINARY_DIR}/bin/smpicc ${CMAKE_BINARY_DIR}/bin/smpif2c