Exclude __pycache__ when shipping third-party libraries.

This commit is contained in:
Mikaël Capelle
2024-06-02 13:24:10 +02:00
parent fcffb6e2ca
commit c20a072db2
+1
View File
@@ -176,6 +176,7 @@ function(mo2_python_requirements TARGET)
install(
DIRECTORY "${MO2_LIBDIR}"
DESTINATION "${MO2_INSTALL_PATH}/bin/plugins/${TARGET}/"
PATTERN "__pycache__" EXCLUDE
)
endfunction()