From 5ca494db00af4519a74152b6c0ed7ca6c637a38a Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Wed, 21 May 2025 11:00:38 +0200 Subject: [PATCH] doc: remove wrong and unnecessary info --- modules/doc/install.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/doc/install.rst b/modules/doc/install.rst index 6c531068..4430d4bb 100644 --- a/modules/doc/install.rst +++ b/modules/doc/install.rst @@ -128,15 +128,6 @@ that let you tell CMake where to find the dependencies. All of them are passed to CMake via `-D<opt>=<value>`. -Flag to choose build generator -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -CMake supports different build generators. On UNIX, i.e. macOS and Linux, the -default build generator is Makefiles, but it is also possible to use other -programs. For a list of supported build generators on your platform, run -`cmake` without parameters. - - .. _cmake-flags: Flags to Control the Dependencies -- GitLab