kodi-game / kodi-game-scripting

Scripting for Kodi Game add-ons
GNU General Public License v2.0
5 stars 9 forks source link

Fix building add-ons with Kodi using C++20 #125

Closed garbear closed 3 months ago

garbear commented 3 months ago

Description

Set CMAKE_CXX_STANDARD to 17 in the addon root CMakelists.txt to override master forcing c++20.

CC @fuzzard

garbear commented 3 months ago

Tested with Yabause, the new version builds and is in the add-on manager so I'll merge this.