Generate man pages and completions by default if possible
[alexxy/gromacs.git] / CPackInit.cmake
index 498b034306f05bcd4f03dbda8f664ffd538e7e92..25046b8b562ec6948ea1dcb34773e36ec593595e 100644 (file)
@@ -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()