Fix build on GCC-based systems:

CMake Error in app/clingo/CMakeLists.txt:
  Target "clingo" requires the language dialect "CXX14" , but CMake does not
  know the compile flags to use to enable it.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-11-16 16:04:26 +00:00
parent a6c34efaad
commit 6af314de7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517757

View File

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= re2c:devel/re2c
USES= cmake
USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= potassco
GH_TUPLE= potassco:clasp:c183473:clasp/clasp