add_custom_command(... pip_lang) on ninja brings to resursive cmake and ninja call (

This commit is contained in:
2024-11-15 15:43:03 +03:00
parent ee137b2820
commit 3d07795515
5 changed files with 19 additions and 9 deletions

View File

@@ -18,6 +18,3 @@ if (DEFINED LIB)
else()
install(TARGETS pip_tr DESTINATION bin)
endif()
if (NOT CROSSTOOLS)
add_custom_command(TARGET pip_tr POST_BUILD COMMAND "${CMAKE_COMMAND}" --build "${PIP_DLL_DIR}" --target pip_lang)
endif()