misc/quantum++: Change to c++17

Reported by:	Vlad Gheorghiu <vlad@softwareq.ca>
This commit is contained in:
Yuri Victorovich 2021-10-13 11:15:42 -07:00
parent 0d45d70a5f
commit 209e8f440e

View file

@ -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