Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix build on ubuntu 16.04 (use cmake c++11 directive)
avoid the following error In file included from /usr/include/c++/5/chrono:35:0, from /home/user/tmp/dsdcc/timeutil.h:17, from /home/user/tmp/dsdcc/dsd_decoder.cpp:19: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
- Loading branch information