openSUSE / libsolv

Library for solving packages and reading repositories
http://en.opensuse.org/openSUSE:Libzypp_satsolver
Other
509 stars 151 forks source link

Fix build without C++ #520

Closed ffontaine closed 1 year ago

ffontaine commented 1 year ago

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:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

mlschroe commented 1 year ago

Hmm, I'm not sure if the haiku builds still work after that. Lets hope for the best... Thanks!