Hi, I am trying to install deal.ii on Ubuntu virtual machine.
I did following steps to install deal.ii:
But, I am getting error as
-- Setting up library
CMake Error at numerics/CMakeLists.txt:69 (SETUP_SOURCE_LIST):
Unknown CMake command "SETUP_SOURCE_LIST".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.10)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
Any idea how to fix this? I am using cmake 3.10.2