From 78b77cb41168e075c36012eb1363aa5203555778 Mon Sep 17 00:00:00 2001 From: Ahmad El Sayed Date: Tue, 17 Dec 2024 09:13:04 +0100 Subject: [PATCH] Make PACK_NUPKG_LOCALLY OFF by default --- cmake/user_config_options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/user_config_options.cmake b/cmake/user_config_options.cmake index cd36529..f6949c4 100644 --- a/cmake/user_config_options.cmake +++ b/cmake/user_config_options.cmake @@ -25,7 +25,7 @@ option( cmake_dependent_option( PACK_NUPKG_LOCALLY "Pack the NuGet package locally. Should be used only to verify packages locally." - ON + OFF "BUILD_DOTNET_WRAPPER" OFF )