Mübin İçyer
2016-11-15 22:39:12 UTC
Hello,
I have downloaded the latest source code and want to compile myself.
If I type ./configure, I get following error:
Wrapper script for configuring CMake for Gammu.
This provides limited compatibility with configure, if you want full
configuration control, use directly CMake. More information about CMake
is available at <http://www.cmake.org>.
CMake Error at CMakeLists.txt:48 (add_coverage):
Unknown CMake command "add_coverage".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
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!
What is the problem and how can I solve it?
Thanks.
I have downloaded the latest source code and want to compile myself.
If I type ./configure, I get following error:
Wrapper script for configuring CMake for Gammu.
This provides limited compatibility with configure, if you want full
configuration control, use directly CMake. More information about CMake
is available at <http://www.cmake.org>.
CMake Error at CMakeLists.txt:48 (add_coverage):
Unknown CMake command "add_coverage".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
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!
What is the problem and how can I solve it?
Thanks.