Fix build on gcc-based architectures:

Target "partio" requires the language dialect "CXX11", but CMake does not know the compile flags to use to enable it.
This commit is contained in:
Mark Linimon 2019-03-13 05:03:15 +00:00
parent cd9ca0f94a
commit 5e25e0ebf5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495549

View File

@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= swig3.0:devel/swig30
USES= cmake gl python shebangfix
USES= cmake compiler:c++11-lang gl python shebangfix
SHEBANG_FILES= src/tools/partedit.py src/tools/partjson.py
USE_GL= gl glu glut
USE_LDCONFIG= yes