From 03c63cec723841a06ff1305ab9721402478b7888 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 24 Nov 2016 12:32:38 +0100 Subject: Require ufo-core 0.12 This is necessary because of the invalid bitdepth value we are using. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fdd023..43e6536 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/common/cmake") include(GNUInstallDirs) include(PkgConfigVars) -set(PKG_UFO_CORE_MIN_REQUIRED "0.6") +set(PKG_UFO_CORE_MIN_REQUIRED "0.12") # Backprojection burst mode, must be one of 1, 2, 4, 8, 16 set(BP_BURST "16" CACHE STRING "Number of projections processed in one pass") -- cgit v1.2.1