Hi all, I built the program on Windows using CMake with Ninja instead of GNU Make:
cmake -G Ninja -DCMAKE_INSTALL_PREFIX=... Configuration completed with only one warning: "No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 3.29) should be added at the top of the file." It seems to have worked, but I’m not sure if that warning affects this step. Furthermore, normally the followong instructions say to run: make --jobs=4 install make test Could you please tell me how I should adapt these commands when using Ninja, and whether I need to add any additional instructions? Best regards paolo -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dealii/87fd782b-93a6-4958-a2d1-f63cb632b07cn%40googlegroups.com.
