We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef71e3b + b8d830a commit 9a6acbaCopy full SHA for 9a6acba
1 file changed
setup.py
@@ -31,7 +31,7 @@ def __str__(self):
31
"src/version.cpp",
32
"src/pybind11.cpp",
33
],
34
- language="C++",
+ language="c++",
35
include_dirs=[
36
os.environ.get("EIGEN_INCLUDE_DIR", "/usr/include/eigen3/"),
37
# Path to pybind11 headers
@@ -40,7 +40,7 @@ def __str__(self):
40
41
extra_compile_args=["-std=c++14"],
42
# no CGAL libraries necessary from CGAL 5.0 onwards
43
- libraries=["stdc++", "gmp", "mpfr"],
+ libraries=["gmp", "mpfr"],
44
)
45
]
46
0 commit comments