Closed wwuck closed 2 years ago
I'm getting a CMake error when trying to build a dev version.
I set DEV = True in setup.py and run python3 -m build --wheel.
DEV = True
setup.py
python3 -m build --wheel
The build fails with this error:
CMake Error at CMakeLists.txt:3 (PROJECT): VERSION "0.12.2.dev" format invalid.
thanks for reporting, fixed in master
I'm getting a CMake error when trying to build a dev version.
I set
DEV = True
insetup.py
and runpython3 -m build --wheel
.The build fails with this error: