]> prime8.dev >> repos - ttyd.git/commit
cmake: fix build without C++ (#382)
authorBartosz Biłas <bartosz.bilas@hotmail.com>
Mon, 15 Jun 2020 15:42:32 +0000 (17:42 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2020 15:42:32 +0000 (23:42 +0800)
commitae65376058477e5252575fd94280abd90b258ec0
treee003ddc57d384067478894745a6df2f59b1bf021
parent70c12e4afaa39070898fdac8797398862e28d63c
cmake: fix build without C++ (#382)

Specify that ttyd is a C project to avoid the
following build failure if a C++ compiler isn't found.

CMake Error at CMakeLists.txt:3 (project):
  The CMAKE_CXX_COMPILER:

    /home/bartekk/Projects/buildroots/buildroot-dev/buildroot/output/host/bin/arm-buildroot-linux-uclibcgnueabihf-g++

  is not a full path to an existing compiler tool.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
CMakeLists.txt