Following instructions: made a "build" directory. Cd into it. cmake .., and get greeted by this:
-- IPO / LTO supported, will enable for targets in release build type
You have called ADD_LIBRARY for library curlcpp without any source files. This typically indicates a problem with your CMakeLists.txt file
CMake Error: Could not open file for write in copy operation /curlcppConfig.cmake.tmp
CMake Error: : System Error: Permission denied
CMake Error at CMakeLists.txt:37 (configure_file):
configure_file Problem configuring file
-- Configuring incomplete, errors occurred!
Running on Linux Mint 19 | Cmake: 3.10.2
Testing release 1.1: and cmake runs fine.
Following instructions: made a "build" directory. Cd into it.
cmake .., and get greeted by this:Running on Linux Mint 19 | Cmake: 3.10.2
Testing release 1.1: and cmake runs fine.