[
https://issues.apache.org/jira/browse/GEODE-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969676#comment-15969676
]
ASF subversion and git services commented on GEODE-2784:
--------------------------------------------------------
Commit 3e60324f2223ccb3680a34bb76ad4470b69233c4 in geode-native's branch
refs/heads/develop from [~dbarnes97]
[ https://git-wip-us.apache.org/repos/asf?p=geode-native.git;h=3e60324 ]
GEODE-2784 Geode client docs: Cmake reqires the --config option when a
generator is specified
This closes #92
> Geode client docs: Cmake reqires the --config option when a generator is
> specified
> ----------------------------------------------------------------------------------
>
> Key: GEODE-2784
> URL: https://issues.apache.org/jira/browse/GEODE-2784
> Project: Geode
> Issue Type: Improvement
> Components: docs
> Reporter: Dave Barnes
> Assignee: Dave Barnes
>
> When generating for IDEs such as VisualStudio or Xcode, CMAKE_BUILD_TYPE is a
> no-op on config step
> and on the build step one MUST specify --config [Debug|Release]. For example:
> cmake -G"Visual Studio 12 2013 Win64" c:\install\templates\security
> -DGFCPP=c:\install
> cmake --build . --config Release
> cmake --build . --config Release --target install
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)