KitwareMedical / SlicerVirtualReality

A Slicer extension that enables user to interact with a Slicer scene using virtual reality.
Apache License 2.0
119 stars 58 forks source link

COMP: Fix linux build explicitly setting lib install dir #155

Closed jcfr closed 10 months ago

jcfr commented 10 months ago

Follow-up of 240a60a (ENH: Add support for "OpenXR" XR runtime) integrated through https://github.com/KitwareMedical/SlicerVirtualReality/pull/149

Previously, lib was assumed for CMAKE_INSTALL_LIBDIR, which caused issues on some builds where GNUInstallDirs defaulted CMAKE_INSTALL_LIBDIR to lib64.