You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...]
checking for snappy_compress in -lsnappy... yes
checking for cppunit >= 1.13.0... no
configure: WARNING: Unit Tests disabled - missing cppunit
checking for openssl >= 1.0.2... yes
checking whether C++ compiler accepts -Wall -Wextra -Wpedantic ... yes
checking that generated files are newer than configure... done
configure: error: conditional "HAVE_CPPUNIT" was never defined.
Usually this means the macro was only invoked conditionally.
Shouldn't it just continue when it disabled Unit Tests previously?
The text was updated successfully, but these errors were encountered:
[...]
checking for snappy_compress in -lsnappy... yes
checking for cppunit >= 1.13.0... no
configure: WARNING: Unit Tests disabled - missing cppunit
checking for openssl >= 1.0.2... yes
checking whether C++ compiler accepts -Wall -Wextra -Wpedantic ... yes
checking that generated files are newer than configure... done
configure: error: conditional "HAVE_CPPUNIT" was never defined.
Usually this means the macro was only invoked conditionally.
Shouldn't it just continue when it disabled Unit Tests previously?
The text was updated successfully, but these errors were encountered: