msoeken / kitty

C++ truth table library
MIT License
50 stars 77 forks source link

Warning about googletest when configuring with cmake #103

Closed lee30sonia closed 4 years ago

lee30sonia commented 4 years ago

I got this warning when calling cmake:

CMake Warning at test/googletest/googletest/CMakeLists.txt:47 (project): VERSION keyword not followed by a value or was followed by a value that expanded to nothing.

It can still configure and compile successfully, so it's not a big problem I guess.

msoeken commented 4 years ago

In an existing repository run git submodule update --recursive after pulling the most recent changes.