10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-20 12:12:13 +02:00

Add g++ dependency for Ninja in configure

This commit is contained in:
Anthony Scemama 2015-10-30 13:54:58 +01:00
parent 3916394328
commit f82605fb8a

3
configure vendored
View File

@ -62,8 +62,9 @@ d_dependency = {
"resultsFile": ["python"],
"emsl": ["python"],
"gcc": [],
"g++": [],
"python": [],
"ninja": ["gcc", "python"],
"ninja": ["g++", "python"],
"make": [],
"p_graphviz": ["python"]
}