# HG changeset patch # User Sebastien Jodogne # Date 1757058988 -7200 # Node ID cb9a584f2d4381b90fef22ee0406d5f60928d233 # Parent 75f855ea6cc4c9d5c49d9e5df530bd6955437c3a orthanc.pyi stub is now excluded from the "install" step diff -r 75f855ea6cc4 -r cb9a584f2d43 CMakeLists.txt --- a/CMakeLists.txt Mon Sep 01 14:31:03 2025 +0200 +++ b/CMakeLists.txt Fri Sep 05 09:56:28 2025 +0200 @@ -356,8 +356,3 @@ RUNTIME DESTINATION lib # Destination for Windows LIBRARY DESTINATION share/orthanc/plugins # Destination for Linux ) - -install( - FILES ${CMAKE_CURRENT_BINARY_DIR}/orthanc.pyi - DESTINATION . - ) diff -r 75f855ea6cc4 -r cb9a584f2d43 NEWS --- a/NEWS Mon Sep 01 14:31:03 2025 +0200 +++ b/NEWS Fri Sep 05 09:56:28 2025 +0200 @@ -1,6 +1,8 @@ Pending changes in the mainline =============================== +* The "orthanc.pyi" stub is now excluded from the "install" step during the build + Version 6.0 (2025-08-12) ========================