$ cmake ..
-- The CXX compiler identification is GNU 4.8.5
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking compiler C++11 support.
-- httpmockserver CMake Options
-- =======================================================
-- USE_ALL_SYSTEM_LIBS: OFF
-- USE_SYSTEM_CPR: OFF
-- USE_SYSTEM_GTEST: OFF
-- =======================================================
-- Found mhd: /usr/include
-- Found CURL: /usr/lib64/libcurl.so (found version "7.29.0")
CMake Error at external/CMakeLists.txt:15 (add_subdirectory):
The source directory
/home/miro/dev/httpmockserver/external/cpr
does not contain a CMakeLists.txt file.
CMake Error at external/CMakeLists.txt:27 (add_subdirectory):
The source directory
$ cmake .. -- The CXX compiler identification is GNU 4.8.5 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Checking compiler C++11 support. -- httpmockserver CMake Options -- ======================================================= -- USE_ALL_SYSTEM_LIBS: OFF -- USE_SYSTEM_CPR: OFF -- USE_SYSTEM_GTEST: OFF -- ======================================================= -- Found mhd: /usr/include
-- Found CURL: /usr/lib64/libcurl.so (found version "7.29.0") CMake Error at external/CMakeLists.txt:15 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at external/CMakeLists.txt:27 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
-- Configuring incomplete, errors occurred!