X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=CPackInit.cmake;h=25046b8b562ec6948ea1dcb34773e36ec593595e;hb=89cfb2612760b1abf9cad7f94aa813d0a77d9c2b;hp=498b034306f05bcd4f03dbda8f664ffd538e7e92;hpb=e60fe9d2897fa123496a714c65f4ee4c6a860053;p=alexxy%2Fgromacs.git diff --git a/CPackInit.cmake b/CPackInit.cmake index 498b034306..25046b8b56 100644 --- a/CPackInit.cmake +++ b/CPackInit.cmake @@ -48,13 +48,14 @@ if(NOT CPACK_INSTALL_CMAKE_PROJECTS) #building source package "GMX_BUILD_HELP=ON to automatically build the HTML parts.") endif() else() - if (NOT CPACK_GMX_BUILD_HELP) - message(WARNING - "To create a complete binary package, bash completions, and " - "man and HTML pages need to be generated. " - "You need to configure with GMX_BUILD_HELP=ON to include all " - "in the binary package.") - # Building the man, html, ... targets is not sufficient because than the - # install is still not done. - endif() + # TODO: Make this work again. + #if (NOT CPACK_GMX_BUILD_HELP) + # message(WARNING + # "To create a complete binary package, bash completions, and " + # "man and HTML pages need to be generated. " + # "You need to configure with GMX_BUILD_HELP=ON to include all " + # "in the binary package.") + # # Building the man, html, ... targets is not sufficient because than the + # # install is still not done. + #endif() endif()