hyperledger-iroha / iroha-ametsuchi

Flatbuffer database for the Hyperledger Iroha project.
http://www.iroha.tech
Apache License 2.0
15 stars 8 forks source link

Benchmarks doesn't build #23

Closed l4l closed 7 years ago

l4l commented 7 years ago
$ cmake .. -DBENCHMARKING=ON && make               
-- -DCMAKE_BUILD_TYPE=Debug
-- -DTESTING=ON
-- -DBENCHMARKING=ON
-- -DDOCS=OFF

 *** EVERYTHING FINE HERE ***

[ 97%] Building CXX object benchmark/CMakeFiles/cache_benchmark.dir/ametsuchi/cache_benchmark.cc.o
/home/kitsu/dev/Work/iroha-ametsuchi/benchmark/ametsuchi/cache_benchmark.cc:18:29: fatal error: ametsuchi/cache.h: No such file or directory
 #include <ametsuchi/cache.h>
                             ^
compilation terminated.
make[2]: *** [benchmark/CMakeFiles/cache_benchmark.dir/build.make:63: benchmark/CMakeFiles/cache_benchmark.dir/ametsuchi/cache_benchmark.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:461: benchmark/CMakeFiles/cache_benchmark.dir/all] Error 2
make: *** [Makefile:95: all] Error 2