It was giving tons of errors. @funkylab at #gnuradio IRC channel suggest me to add SET(CMAKE_CXX_STANDARD 11) to CMakeList.txt.
I did it and it worked. Maybe this helps other people too.
Ubuntu 16.04 Linux 4.13.0-36-generic
gcc version 5.4.0 20160609
GNU Make 4.1
It was giving tons of errors. @funkylab at #gnuradio IRC channel suggest me to add
SET(CMAKE_CXX_STANDARD 11)
to CMakeList.txt. I did it and it worked. Maybe this helps other people too.Ubuntu 16.04 Linux 4.13.0-36-generic gcc version 5.4.0 20160609 GNU Make 4.1