-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- log
-- system
Looking for Avro C++ headers and libraries
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- checking for module 'avro-cpp'
-- package 'avro-cpp' not found
-- Found Avro: /usr/local/lib/libavrocpp.so
-- Include directories: /usr/local/include
-- Libraries: /usr/local/lib/libavrocpp.so
-- FindBotan check
-- checking for module 'botan-1.10'
-- found botan-1.10, version 1.10.9
-- BOTAN_HOME env is not set, setting it to /usr/local
-- Looking for botan in /usr/local
-- Include directory: /usr/local/include
-- Library: /usr/local/lib/libbotan-1.10.a;-lrt
CMake Error at CMakeLists.txt:71 (add_executable):
add_executable called with incorrect number of arguments
CMake Error at CMakeLists.txt:74 (target_link_libraries):
Cannot specify link libraries for target "kaacpp_s" which is not built by
this project.
-- Configuring incomplete, errors occurred!
CMAKE FAILED (exit value 1, total time: 7s)