Closed f4exb closed 4 years ago
Oh, em.. That issue make sdrangel
can not be build on Qt 5.12 & Qt 5.14.
Sry that I post that issue on a exsited post couldn't find LimeSDR device.....
. Sould I open a new issue to mention it? (Can not build on new version of Qt (5.14)
) ?
And cmake may need set c++ standrad as c++11
, cause nullptr
is c++11
's feature.
Good poin!! Will add these lines to CMakeLists.txt:
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
This is very wrong and should be removed: https://github.com/f4exb/cm256cc/blob/master/gf256.h#L108