aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-10-13 18:15:42 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-10-13 18:17:01 +0000
commit209e8f440ec607d4b80adc32d86b3d5cf073d2f1 (patch)
tree5f208e761787238f59666baa0184dd28cccd18e4
parent0d45d70a5fdf13af63c2363ae7c57a1def43415f (diff)
downloadports-209e8f440ec607d4b80adc32d86b3d5cf073d2f1.tar.gz
ports-209e8f440ec607d4b80adc32d86b3d5cf073d2f1.zip
misc/quantum++: Change to c++17
Reported by: Vlad Gheorghiu <vlad@softwareq.ca>
-rw-r--r--misc/quantum++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/quantum++/Makefile b/misc/quantum++/Makefile
index 09c98231a1be..f9829ebc0d15 100644
--- a/misc/quantum++/Makefile
+++ b/misc/quantum++/Makefile
@@ -9,7 +9,7 @@ COMMENT= C++ header-only general purpose quantum computing library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:testing compiler:c++11-lang eigen:3,build,run
+USES= cmake:testing compiler:c++17-lang eigen:3,build,run
USE_GITHUB= yes
GH_ACCOUNT= softwareQinc