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 )