Commit 3a3fd876 authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo

fix: Make xran_DOWNLOAD=ON default

Make xran_DOWNLOAD ON by default - this simplifies work in the most common
usecase and still allows to overwrite xran directory with xran_LOCATION.
Signed-off-by: default avatarBartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>
parent 0dab3bb6
...@@ -21,7 +21,7 @@ add_library(oran_fhlib_5g MODULE ...@@ -21,7 +21,7 @@ add_library(oran_fhlib_5g MODULE
set(F_VERSION 6.1.9) set(F_VERSION 6.1.9)
set(K_VERSION 11.1.2) set(K_VERSION 11.1.2)
add_boolean_option(xran_DOWNLOAD OFF "Download and build xran library" OFF) add_boolean_option(xran_DOWNLOAD ON "Download and build xran library if not found in xran_LOCATION" OFF)
find_package(xran) find_package(xran)
if(xran_FOUND) if(xran_FOUND)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment