Samuel-Tyler / fast_ber

A C++11 ASN.1 BER Encoding and Decoding Library
Boost Software License 1.0
84 stars 11 forks source link

Build instructions are incomplete #11

Closed jbulow closed 4 years ago

jbulow commented 4 years ago

`cmake ../fast_ber CMake Error at CMakeLists.txt:4 (add_subdirectory): The source directory

/big/fast_ber/3rd_party/abseil-cpp

does not contain a CMakeLists.txt file. `

jbulow commented 4 years ago

The missing line is:

git submodule update --init

Samuel-Tyler commented 4 years ago

Thank you, added