stwe / MDCII

An unofficial project making from scratch to create an editable Anno 1602 world.
GNU General Public License v2.0
7 stars 2 forks source link

Google Test is missing #12

Closed siredmar closed 1 year ago

siredmar commented 1 year ago

When i build, i get the following errors:

$ make            
Scanning dependencies of target MDCII_TEST
[  2%] Building CXX object tests/CMakeFiles/MDCII_TEST.dir/Tests.cpp.o
Scanning dependencies of target MDCII
/home/armin/dev/MDCII/tests/Tests.cpp:19:10: fatal error: gtest/gtest.h: No such file or directory
   19 | #include <gtest/gtest.h>
      |          ^~~~~~~~~~~~~~~
stwe commented 1 year ago

The conanfile has also been updated. You should reinstall the dependencies with Conan.

stwe commented 1 year ago

Cannot be reproduced. Please install all dependencies.