We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab1bec commit 6464503Copy full SHA for 6464503
setup.py
@@ -15,8 +15,7 @@
15
"cuda_rasterizer/backward.cu",
16
"rasterize_points.cu",
17
"ext.cpp"],
18
- extra_compile_args={"nvcc": ["-I" + os.path.join(os.path.dirname(os.path.abspath(__file__)), "third_party/glm/")],
19
- "cxx": ["/wd4624"]})
+ extra_compile_args={"nvcc": ["-I" + os.path.join(os.path.dirname(os.path.abspath(__file__)), "third_party/glm/")]})
20
],
21
cmdclass={
22
'build_ext': BuildExtension
0 commit comments