summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum2013-02-21 19:50:35 -0800
committerJosh Blum2013-02-21 19:50:35 -0800
commit1ebb3a5b0c07db01af2d99c80032d88f3b5c28a3 (patch)
tree70741f9965b7bf1dd0858f412523cdb841f6736c
parent39c692c32ceae2823c4c3e09d08de58f132e3890 (diff)
downloadsandhi-1ebb3a5b0c07db01af2d99c80032d88f3b5c28a3.tar.gz
sandhi-1ebb3a5b0c07db01af2d99c80032d88f3b5c28a3.tar.bz2
sandhi-1ebb3a5b0c07db01af2d99c80032d88f3b5c28a3.zip
gras: allow ENABLE_BAD_BOOST since Theron should be OK
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fa15891..7b56d3d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -105,6 +105,10 @@ add_subdirectory(tests)
set(CMAKE_SOURCE_DIR ${GRAS_SOURCE_DIR}/gnuradio)
set(CMAKE_BINARY_DIR ${GRAS_BINARY_DIR}/gnuradio)
+#Theron isnt affected by boost thread issues.
+#So we allow the gr black listed versions.
+OPTION(ENABLE_BAD_BOOST "Enable known bad versions of Boost" ON)
+
set(CMAKE_PROJECT_NAME gnuradio) #for submodule vars
add_subdirectory(gnuradio)