Skip to content

Commit

Permalink
Use lkeb build lzz4
Browse files Browse the repository at this point in the history
  • Loading branch information
bldrvnlw authored Sep 13, 2024
1 parent d453bce commit 51d6a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ if (MV_SNE_USE_ARTIFACTORY_LIBS AND NOT MV_SNE_ARTIFACTORY_LIBS_INSTALLED)

set(HDILib_VERSION 1.2.7)
set(flann_VERSION 1.9.2)
set(lz4_VERSION 1.9.3)
set(lz4_VERSION 1.10.0)

# Both HDILib and flann are available prebuilt in the lkeb-artifactory as combined Debug/Release packages
# lz4 is also available in the lkb-artifactory in separate Debug and |Release packages
install_artifactory_package(HDILib ${HDILib_VERSION} biovault TRUE)
install_artifactory_package(flann ${flann_VERSION} lkeb TRUE)
install_artifactory_package(lz4 ${lz4_VERSION} _ FALSE)
install_artifactory_package(lz4 ${lz4_VERSION} lkeb TRUE)

message(STATUS "module path ${CMAKE_MODULE_PATH}")
message(STATUS "Call find_package HDILib search ${CMAKE_SOURCE_DIR}/HDILib/lib/cmake/HDILib")
Expand Down

0 comments on commit 51d6a01

Please sign in to comment.