git: 209e8f440ec6 - main - misc/quantum++: Change to c++17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 18:17:03 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=209e8f440ec607d4b80adc32d86b3d5cf073d2f1 commit 209e8f440ec607d4b80adc32d86b3d5cf073d2f1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-10-13 18:15:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-10-13 18:17:01 +0000 misc/quantum++: Change to c++17 Reported by: Vlad Gheorghiu <vlad@softwareq.ca> --- misc/quantum++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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