Closed traversaro closed 3 months ago
@traversaro do you need a new release tho?
@traversaro do you need a new release tho?
No, we typically do not run tests on Windows, I just did this on conda-forge and there I can use a simple patch.
Gotcha, thanks for the prompt reply.
Thanks @artivis for the new tag! I was updating the release in conda-forge, and I took the occasion to re-enable the tests there on Windows.
I noticed that the 0.0.5 for us build was failing with an error related to gtest:
So I took the occasion to cleanup the linking to gtest. I used
GTest::gtest
as imported target to link against, and remove theadd_dependencies
step as it is implicit intarget_link_libraries
.