Skip to content

Commit

Permalink
Update comment related to TargetFramework vs TargetFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Oct 29, 2024
1 parent e26484c commit 928e0dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/cached_globals.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ if(WIN32 AND BUILD_DOTNET_WRAPPER)
# <TargetFramework>net481</TargetFramework> works (notice the singular form in xml element "TargetFramework")
# <TargetFrameworks>net481</TargetFrameworks> does not work (notice the plural form in xml element "TargetFrameworks")
# <TargetFrameworks>net481;</TargetFrameworks> works (notice the plural form in xml element "TargetFrameworks" and the semicolon after "net481")
# Is this a VS bug? "TargetFramework" should be a special case of "TargetFrameworks" when the length of the list is 1.
set(GLOB_LIB_DOTNET_TARGET_FRAMEWORKS "netstandard2.0;net481" CACHE STRING "Library .NET target framework")
set(GLOB_TEST_DOTNET_TARGET_FRAMEWORKS "net481;" CACHE STRING "Test .NET target framework")
# .NET language version
Expand Down

0 comments on commit 928e0dd

Please sign in to comment.