Clément

Results 5 comments of Clément
trafficstars

Yeah, I feel like this should be part of Criterion by default, skipped tests are a nice feature, but the fact that we don't see anything make it much less...

Hello ! Sorry, that pr was in my draft for a long time. I apologize for not providing a lot of context around it... I actually tested with both `libdir=@CMAKE_INSTALL_FULL_LIBDIR@`...

From what I understand, `CMAKE_INSTALL_LIBDIR` is not really precise in content, so using `CMAKE_INSTALL_FULL_LIBDIR` and `CMAKE_INSTALL_RELATIVE_LIBDIR` are prefered. And for the nix issue, it appears that `CMAKE_INSTALL_LIBDIR` is set to...

Okay I'll change that :)

@ChrisThrasher what's your opinion regarding this `@CMAKE_INSTALL_FULL_LIBDIR@` vs `${exec_prefix}/@CSFML_RELATIVE_INSTALL_LIBDIR@` situation ?