Skip to content

Commit

Permalink
cmake: Update DOTNET_SAMPLE_LANG option message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Aug 1, 2023
1 parent 5260ad4 commit ae1f0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ if(BUILD_DOTNET)
message(STATUS ".Net C# language version: ${DOTNET_LANG}")

set(DOTNET_SAMPLE_LANG "8.0" CACHE STRING "Specify the C# language version for samples (default \"8.0\")")
message(STATUS ".Net C# language version: ${DOTNET_SAMPLE_LANG}")
message(STATUS ".Net Samples C# language version: ${DOTNET_SAMPLE_LANG}")

# Targeted Framework Moniker
# see: https://docs.microsoft.com/en-us/dotnet/standard/frameworks
Expand Down

0 comments on commit ae1f0ea

Please sign in to comment.