diff options
author | Tom Rondeau | 2012-01-06 14:44:27 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-01-06 14:44:27 -0500 |
commit | e337d7ce6b89403d68cfe75177811ec23571abe5 (patch) | |
tree | 1e8d4336aacf1b8dd4e1920990513c75f1ae54d3 /volk/lib | |
parent | ab7cfce4a78dbb95a7c8871f56f4cb037e5b1bb2 (diff) | |
parent | 963b3dd91cd2204c601dc6325cc5b159e927054c (diff) | |
download | gnuradio-e337d7ce6b89403d68cfe75177811ec23571abe5.tar.gz gnuradio-e337d7ce6b89403d68cfe75177811ec23571abe5.tar.bz2 gnuradio-e337d7ce6b89403d68cfe75177811ec23571abe5.zip |
Merge branch 'maint'
Diffstat (limited to 'volk/lib')
-rw-r--r-- | volk/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/lib/CMakeLists.txt b/volk/lib/CMakeLists.txt index 1891996af..00d8660ab 100644 --- a/volk/lib/CMakeLists.txt +++ b/volk/lib/CMakeLists.txt @@ -277,7 +277,7 @@ if(ORC_FOUND) #create a rule to generate the source and add to the list of sources add_custom_command( - COMMAND ${ORCC_EXECUTABLE} --implementation -o ${orcc_gen} ${orc_file} + COMMAND ${ORCC_EXECUTABLE} --include math.h --implementation -o ${orcc_gen} ${orc_file} DEPENDS ${orc_file} OUTPUT ${orcc_gen} ) list(APPEND volk_sources ${orcc_gen}) |