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
This bug is caused by using libgtestd.a, which is not built before from the ThirdParty libraries.
It is not a big problem, because we can easily solve it by copying libgtest.a to libgtestd.a instead of building an extra gtest-lib in Debug mode and run
make -j8 install
again.
It is fine if we modify CMakeList.txt for avoiding it.
Thanks
The text was updated successfully, but these errors were encountered:
Hi all,
while Build in release mode runs perfectly, there is a bug by building in debug mode (do last step for unit testes).
This bug is caused by using libgtestd.a, which is not built before from the ThirdParty libraries.
It is not a big problem, because we can easily solve it by copying libgtest.a to libgtestd.a instead of building an extra gtest-lib in Debug mode and run
make -j8 install
again.
It is fine if we modify CMakeList.txt for avoiding it.
Thanks
The text was updated successfully, but these errors were encountered: