Closed rhezashan closed 2 years ago
Hello. @rhezashan
Maybe version compatibility issue with gtest. Which gtest version are you using?
Or if you doesn't have plan to modify sources, you can try adding -DBUILD_TESTING=false
option to disable tests.
cd $UTOPIA_HOME_DIR
cmake -B build -S . -DBUILD_TESTING=false
cmake --build build -j$(nproc)
Hi,
Thanks for the advice. I was able to install UTopia without failures with added command
cmake -B build -S . -DBUILD_TESTING=false
anyway, I'm using gtest version release-1.8.1
It is strange as we use same version in our docker image. Anyway closing the issue as it seems not bother you anymore. If you have any other problems, please re-open it.
Hi,
I'm facing an error on local build on ubuntu. I want to try UTopia on my machine.
Maybe you know where I missed steps here?