]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libwebsockets: disable checks for C++ compiler
authorSamuel Martin <s.martin49@gmail.com>
Fri, 2 May 2014 12:40:35 +0000 (14:40 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 2 May 2014 13:07:43 +0000 (15:07 +0200)
commit26132bac8dc4c2d3130c0d239ab4e174dd8b221c
tree358565401b1c190d94a0603870d0697ed9bb79a5
parent5e3cb35737066534a9588c72aac1808305d635f4
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>
package/libwebsockets/libwebsockets-0001-cmake-set-the-project-language.patch [new file with mode: 0644]