1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Fix build on gcc-based architectures:

target_compile_features The compiler feature "cxx_std_17" is not known to CXX compiler

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-03-13 05:51:24 +00:00
parent a5405cc0eb
commit 5881d76885
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495565

View File

@ -10,7 +10,7 @@ COMMENT= Microsoft Simple Encrypted Arithmetic Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USES= cmake compiler:c++17-lang
CMAKE_SOURCE_PATH= ${WRKSRC}/src