1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-18 08:05:17 +00:00

fixed some cmakefiles to allow for the correct compilation of the gnss-sdr with the FPGA option and the unit test extra options at the same time.

This commit is contained in:
Marc Majoral
2018-08-10 10:04:47 +02:00
parent 557d25d3ea
commit 3b154c57c2
2 changed files with 6 additions and 8 deletions

View File

@@ -18,7 +18,5 @@
add_subdirectory(adapters)
add_subdirectory(gnuradio_blocks)
if(ENABLE_FPGA)
add_subdirectory(libs)
endif(ENABLE_FPGA)
add_subdirectory(libs)