Skip to content

Commit

Permalink
Remove GNinja cmake arg from setup.py
Browse files Browse the repository at this point in the history
Seems like it breaks the build
  • Loading branch information
tmontaigu committed Jun 19, 2024
1 parent 23f321d commit 319982f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion wrapper/cccorelib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
'cccorelib': ['*.pyi'],
},
include_package_data=True,
cmake_args=['-GNinja'],
install_requires=["numpy"],
zip_safe=False,
)
2 changes: 1 addition & 1 deletion wrapper/pycc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
description="Python bindings for CloudCompare libs",
long_description="",
packages=["pycc"],
cmake_args=['-GNinja', '-DOPTION_BUILD_CCVIEWER=OFF'],
cmake_args=['-DOPTION_BUILD_CCVIEWER=OFF'],
zip_safe=False,
)

0 comments on commit 319982f

Please sign in to comment.