mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Fix build on GCC-based systems by adding compiler:c++14-lang to USES:
CMake Error in CMakeLists.txt: Target "runTests" 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
2f70a05762
commit
7b1d50abc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562108
@ -10,7 +10,7 @@ COMMENT= Fast C++ library for sequence alignment using edit distance
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake
|
||||
USES= cmake compiler:c++14-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
Loading…
Reference in New Issue
Block a user