summaryrefslogtreecommitdiff
path: root/volk/cmake
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-03-19 13:54:43 -0400
committerTom Rondeau <trondeau@vt.edu>2012-03-19 13:54:43 -0400
commitc9ff4b288d981780dbb6e0bb5fc304997cadc2b1 (patch)
treee93182ca1ccf6a2ed344c2f94fa191bef0a9bfca /volk/cmake
parent7fda6b2c2269a575fd6722085c9c9ace41c1c512 (diff)
volk: change minimum acceptable ORC version to 4.12 (in cmake and updating version in autotools).
Diffstat (limited to 'volk/cmake')
-rw-r--r--volk/cmake/FindORC.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/cmake/FindORC.cmake b/volk/cmake/FindORC.cmake
index 8d8c2d13e9..1c4c417add 100644
--- a/volk/cmake/FindORC.cmake
+++ b/volk/cmake/FindORC.cmake
@@ -1,5 +1,5 @@
FIND_PACKAGE(PkgConfig)
-PKG_CHECK_MODULES(PC_ORC orc-0.4)
+PKG_CHECK_MODULES(PC_ORC "orc-0.4 > 0.4.11")