Skip to content

Commit 319982f

Browse files
committed
Remove GNinja cmake arg from setup.py
Seems like it breaks the build
1 parent 23f321d commit 319982f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

wrapper/cccorelib/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
'cccorelib': ['*.pyi'],
1414
},
1515
include_package_data=True,
16-
cmake_args=['-GNinja'],
1716
install_requires=["numpy"],
1817
zip_safe=False,
1918
)

wrapper/pycc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
description="Python bindings for CloudCompare libs",
1111
long_description="",
1212
packages=["pycc"],
13-
cmake_args=['-GNinja', '-DOPTION_BUILD_CCVIEWER=OFF'],
13+
cmake_args=['-DOPTION_BUILD_CCVIEWER=OFF'],
1414
zip_safe=False,
1515
)

0 commit comments

Comments
 (0)