ManiVaultStudio / t-SNE-Analysis

t-SNE and HSNE analysis plugin for ManiVault
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Unify linking ci and local #131

Closed alxvth closed 1 week ago

alxvth commented 1 week ago

Use the same find_package and linking call on the CI and locally.

Both using the artifactory libraries and providing your own version of HDILib, flann and lz4 will use

find_package(lz4 CONFIG REQUIRED)
find_package(flann CONFIG REQUIRED)
find_package(HDILib COMPONENTS hdidimensionalityreduction hdiutils hdidata CONFIG REQUIRED)

This is now possible since lz4 version 1.10 provides a nice cmake setup.

Closes #130