Rafael Palomar
Rafael Palomar
@jamesobutler, thanks for having a look at this. I updated the documentation with a python snippet to change the crosshair color. I would wait with adding any GUI option. Changing...
> If you rebase, then it should allow for the check to pass. DONE
For reference, discussion here: [https://discourse.slicer.org/t/change-crosshair-color/23966/7](https://discourse.slicer.org/t/change-crosshair-color/23966/7).
I'm working on it.
@lassoan, @renatobellotti It looks a compatibility issue between Kerberos and OpenSSL. The same issue has been found in other software packages ([https://forum.ansys.com/discussion/24790/has-anyone-seen-lib64-libk5crypto-so-3-undefined-symbol-evp-kdf-ctrl-version-openssl-1-1-1b](https://forum.ansys.com/discussion/24790/has-anyone-seen-lib64-libk5crypto-so-3-undefined-symbol-evp-kdf-ctrl-version-openssl-1-1-1b)) I'm checking if building Slicer in a system...
I can confirm is a compatibility issue with the `OpenSSL` shipped with 3D Slicer (v1.1.1g) and the Kerberos version in Fedora 33 (compatible with OpenSSL 1.1.1k). Older OpenSSL versions had...
That would be my first ever go code...I promise to have a look when I get a little bit of bandwidth.
> Calling `mark_as_superbuild()` with `ALL_PROJECTS` to ensure `CMAKE_*_LINKER_FLAGS` variables are also propagated to external projects will have to be added in **CTK** as well. @jcfr Maybe CTK should have a...
@achataigner, thanks for the check. I think you are probably giving a try to Slicer/Slicer#7258, which is closed in favor of this one.
Hello @achataigner. I was discussing a couple of weeks ago with @jcfr about this. Apparently, native gold linker support is coming to new versions of CMake. Instead of creating our...