diff options
author | Samuel Martin <s.martin49@gmail.com> | 2014-05-02 14:40:35 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-02 15:07:43 +0200 |
commit | 26132bac8dc4c2d3130c0d239ab4e174dd8b221c (patch) | |
tree | 358565401b1c190d94a0603870d0697ed9bb79a5 /package/gcc | |
parent | 5e3cb35737066534a9588c72aac1808305d635f4 (diff) | |
download | buildroot-26132bac8dc4c2d3130c0d239ab4e174dd8b221c.tar.gz buildroot-26132bac8dc4c2d3130c0d239ab4e174dd8b221c.zip |
libwebsockets: disable checks for C++ compiler
Since libwesockets in written in pure C, no C++, there is no reason to
disable it or make the configuration failed when the toolchain has no
C++ support.
Unfortunately, CMake defaults sets C and C++ as languages used by the
project. This makes the configuration failed if no C++ compiler is found.
This patch just make the CMake code of libwebsockets reflecting the real
status of the project with regard to the languages used.
Should fix:
http://autobuild.buildroot.org/results/fef/fef98ef289d44d13ec61025c50febba1e835b421/
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions