changeset 296:cb9a584f2d43

orthanc.pyi stub is now excluded from the "install" step
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Sep 2025 09:56:28 +0200
parents 75f855ea6cc4
children 87063f95da70
files CMakeLists.txt NEWS
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 .
-  )
--- 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)
 ========================