]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Fix build without C++ 520/head
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 12 Feb 2023 14:27:27 +0000 (15:27 +0100)
committerFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 12 Feb 2023 14:27:27 +0000 (15:27 +0100)
commit5691f58d1f8ce1332b02536e48f1ac5864629c6c
tree3e80ab11c4848773a93cdbd448b9c9928fb47a36
parentec0123c4fe9b530f05ddb76b5f510f9ec2bfe983
Fix build without C++

Fix the following build failure without C++:

CMake Error at CMakeLists.txt:1 (PROJECT):
  No CMAKE_CXX_COMPILER could be found.

  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.

Fixes:
 - http://autobuild.buildroot.org/results/a7f2176d40f156c319754ef5d3b7fd0decfe754f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
CMakeLists.txt
ext/CMakeLists.txt