From 0be7cada5973a006c3dab13f98cd4fc452ccd175 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sat, 3 Jun 2017 12:55:27 -0400 Subject: [PATCH] Added version requirements to optional dependencies. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dcf67e8..98a5837 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,9 +52,9 @@ find_package(ZLIB 1.2 REQUIRED) # # Optional dependencies # -find_package (GnuBarcode QUIET) -find_package (LibQrencode QUIET) -find_package (LibZint QUIET) +find_package (GnuBarcode 0.98 QUIET) +find_package (LibQrencode 3.4 QUIET) +find_package (LibZint 2.6 QUIET) #======================================= # Subdirectories