From baf2492cbb4e00a607742634e1b9842a5c32157d Mon Sep 17 00:00:00 2001 From: Florian OMNES <26088210+flomnes@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:55:02 +0200 Subject: [PATCH] Remove packaging --- src/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2e06542ce0..913f919e0d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -446,6 +446,3 @@ endif() # Load packaging facilities. include(CPack) - -#Last. We need all target defined -add_subdirectory(packaging)