[
https://issues.apache.org/jira/browse/GEODE-6022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845177#comment-16845177
]
Blake Bender commented on GEODE-6022:
-------------------------------------
PR #402 updated the version of cmake used by our Linux build machine(s), but it
didn't really adress the issue outlined in this ticket. It _looks like_, right
now, we're getting away with setting DOTNET_TARGET_FRAMEWORK only because we're
always building with cmake > 3.12, regardless of the minimum we set in the
various CMakeLists.txt files. This needs to be set in CMakeLists.txt wherever
we're generating .csproj files in the /clicache tree.
> Make cmake 3.12 the minimum version
> -----------------------------------
>
> Key: GEODE-6022
> URL: https://issues.apache.org/jira/browse/GEODE-6022
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Michael Martell
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> A number of projects in the clicache now use DOTNET_TARGET_FRAMEWORK to
> specify which version of the .NET framework to use. The cmake minimum should
> be changed from 3.10 to 3.12 in all CMakeLists.txt files.
>
> Also, the BUILDING.md should also be changed accordingly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)