diff --git a/Documentation/Doxygen/DeveloperManual/KnownProblems.dox b/Documentation/Doxygen/DeveloperManual/KnownProblems.dox index de4a3d30d0..52da8eddd8 100644 --- a/Documentation/Doxygen/DeveloperManual/KnownProblems.dox +++ b/Documentation/Doxygen/DeveloperManual/KnownProblems.dox @@ -1,14 +1,14 @@ /** \page KnownProblemsPage Known Problems \li "Installing" MITK via cmake (or using "make install") is not yet supported. \li Sometimes remote X sessions will display black rendering windows. It is not known whether this is a problem within MITK or within the X implementation. \li MITK CHILI plugin has limitations when working with DICOMDIR data sources (bug #1756) -\section deployment Deployment +\section KnownProblemsPage_Deployment Deployment \li CMAKE_BUILD_TYPE has to be set to Debug or Release: For Makefile-based installers (make on Mac and Linux, nmake on Windows ) the CMAKE_BUILD_TYPE variable has to be set to Debug or Release. Otherwise the packages generated by CPack will be incomplete. */