Fix build on GCC-based systems:

CMake Error in utils/version_sort/CMakeLists.txt: Target "version_sort"
  requires the language dialect "CXX11" , 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-09-16 00:48:01 +00:00
parent 28a242590c
commit 3f4f81b812

View file

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= repology
USES= cmake
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
TEST_TARGET= test
PORTDOCS= *