MFH: r561699

multimedia/kodi-addon-pvr-iptvsimple: fix build on GCC architectures

CMake Error in CMakeLists.txt:
  Target "pvr.iptvsimple" requires the language dialect "CXX14" , but CMake
  does not know the compile flags to use to enable it.
This commit is contained in:
Piotr Kubaj 2021-01-16 02:01:16 +00:00
parent 59302b2625
commit 206cfe4f71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561700
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= libp8-platform.so:devel/p8-platform \
libpugixml.so:textproc/pugixml
RUN_DEPENDS= kodi:multimedia/kodi
USES= cmake:noninja
USES= cmake:noninja compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= kodi-pvr