aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/FindORC.cmake
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-08-18 13:38:04 +0200
committerMartin Braun <martin.braun@ettus.com>2014-08-18 13:38:04 +0200
commit90fd966e25b0947483defbe5e3a7247e00c06619 (patch)
tree104a3567b3cf5bd12d8fa7d2e0053ed525bdc0e5 /host/cmake/Modules/FindORC.cmake
parent94c2740bc009ea813938db03807c6f9666c32561 (diff)
parent7297ebffc344cce30f2570b1587beae94adeed1e (diff)
downloaduhd-90fd966e25b0947483defbe5e3a7247e00c06619.tar.gz
uhd-90fd966e25b0947483defbe5e3a7247e00c06619.tar.bz2
uhd-90fd966e25b0947483defbe5e3a7247e00c06619.zip
Merge branch 'maint'
Diffstat (limited to 'host/cmake/Modules/FindORC.cmake')
-rw-r--r--host/cmake/Modules/FindORC.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/FindORC.cmake b/host/cmake/Modules/FindORC.cmake
index 0d9fc9ca1..e13eae235 100644
--- a/host/cmake/Modules/FindORC.cmake
+++ b/host/cmake/Modules/FindORC.cmake
@@ -9,7 +9,7 @@ PKG_CHECK_MODULES(PC_ORC_V4_11 "orc-0.4 > 0.4.11")
#we are using the pkg config as a version check
#if we have pkg config, the right version must be found
#the alternative is that no pkg config orc is found
-if (PC_ORC_V4_11_FOUND OR (NOT PC_ORC_FOUND AND NOT PC_ORC_V4_11_FOUND))
+if (PC_ORC_V4_11_FOUND OR NOT PC_ORC_FOUND)
FIND_PATH(
ORC_INCLUDE_DIRS