misc/quantum++: Change to c++17
Reported by: Vlad Gheorghiu <vlad@softwareq.ca>
This commit is contained in:
parent
0d45d70a5f
commit
209e8f440e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue