jaihysc / Jactorio

Recreating Factorio in C++ OpenGL
Other
75 stars 2 forks source link

Can't build with tests #32

Closed Damjan94 closed 2 years ago

Damjan94 commented 2 years ago

The googletest library seems to have changed their master branch from "master" to "main" resulting in cmake not being able to download it. Changing GIT_TAG from master to main fixed it(In /test/CMakeLists.txt.in). I don't think this is worthy of a separate PR...