We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f321d commit 319982fCopy full SHA for 319982f
2 files changed
wrapper/cccorelib/setup.py
@@ -13,7 +13,6 @@
13
'cccorelib': ['*.pyi'],
14
},
15
include_package_data=True,
16
- cmake_args=['-GNinja'],
17
install_requires=["numpy"],
18
zip_safe=False,
19
)
wrapper/pycc/setup.py
@@ -10,6 +10,6 @@
10
description="Python bindings for CloudCompare libs",
11
long_description="",
12
packages=["pycc"],
- cmake_args=['-GNinja', '-DOPTION_BUILD_CCVIEWER=OFF'],
+ cmake_args=['-DOPTION_BUILD_CCVIEWER=OFF'],
0 commit comments