Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
195 stars 27 forks source link

Build error, at cmake configure step #87

Open cszawisza opened 6 years ago

cszawisza commented 6 years ago

Hi! I want to build this library using cmake .. -DSIPLASPLAS_LIBCLANG_VERSION=5.0 -DSIPLASPLAS_LIBCLANG_SYSTEM_INCLUDE_DIR=/usr/lib/clang/5.0/include -DSIPLASPLAS_LIBCLANG_LIBRARY=/usr/lib/clang/5.0/lib ant this is what I get

-- siplasplas git branch: master
-- siplasplas git commit: 9fae755: "Merge branch 'dev/siplasplas-83-libclang'"
cmake-utils/0.0.0@Manu343726/testing: Not found in local cache, looking in remotes...
cmake-utils/0.0.0@Manu343726/testing: Trying with 'conan-center'...
ERROR: Unable to find 'cmake-utils/0.0.0@Manu343726/testing' in remotes
CMake Error at 3rdParty/conan.cmake:6 (include):
  include could not find load file:

    /home/bwieczor/src/siplasplas/build/conanbuildinfo.cmake
Call Stack (most recent call first):
  CMakeLists.txt:39 (include)

CMake Error at 3rdParty/conan.cmake:7 (conan_basic_setup):
  Unknown CMake command "conan_basic_setup".
Call Stack (most recent call first):
  CMakeLists.txt:39 (include)

-- Configuring incomplete, errors occurred!
See also "/home/bwieczor/src/siplasplas/build/CMakeFiles/CMakeOutput.log".

any help?

Nika-Neugier commented 6 years ago

Same issue. It looks like conanbuildinfo.cmake is not included into the repo :(