Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-egg-info is broken in 1.2 #7553

Open
HanabishiRecca opened this issue Nov 16, 2023 · 0 comments
Open

python-egg-info is broken in 1.2 #7553

HanabishiRecca opened this issue Nov 16, 2023 · 0 comments

Comments

@HanabishiRecca
Copy link
Contributor

I don't know how noone noticed it, but this part is broken:

add_custom_command(OUTPUT ${OUTPUT}
COMMAND ${Python3_EXECUTABLE} ${SETUP_PY} build -b "${CMAKE_CURRENT_SOURCE_DIR}"
COMMAND ${Python3_EXECUTABLE} ${SETUP_PY} egg_info -b "${CMAKE_CURRENT_SOURCE_DIR}"
COMMAND ${CMAKE_COMMAND} -E touch ${OUTPUT}
DEPENDS ${DEPS}
)

It is fixed in 2.0 via 932ddd3 and 509d7e1. So the change simply should be backported to 1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant