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:
parent
a6c34efaad
commit
6af314de7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517757
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user