[
https://issues.apache.org/jira/browse/GEODE-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969677#comment-15969677
]
ASF GitHub Bot commented on GEODE-2784:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/geode-native/pull/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)