rvaser / spoa

SIMD partial order alignment tool/library
MIT License
158 stars 32 forks source link

Add cereal include #48

Closed cjw85 closed 4 years ago

cjw85 commented 4 years ago

I tried making the project with:

mkdir build && cd build && cmake -D spoa_optimize_for_portability=ON -DCMAKE_BUILD_TYPE=Release -D CMAKE_CXX_FLAGS="-fPIC" .. && make

but hit:

spoa/graph.hpp:14:29: fatal error: cereal/access.hpp: No such file or directory
rvaser commented 4 years ago

Which cmake version do you have? Compilation works for me without the include_directories command.

cjw85 commented 4 years ago

Hmm, cmake version 3.18.2

rvaser commented 4 years ago

Tried the same command on the same cmake version and compilation finishes.

cjw85 commented 4 years ago

Yeah, its working for me now too. :/

Not sure what was happening the first time around.