[
https://issues.apache.org/jira/browse/GEODE-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969647#comment-15969647
]
ASF GitHub Bot commented on GEODE-2784:
---------------------------------------
GitHub user davebarnes97 opened a pull request:
https://github.com/apache/geode-native/pull/92
GEODE-2784 Geode client docs: Cmake reqires the --config option when …
…a generator is specified
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davebarnes97/geode-native feature/GEODE-2784
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-native/pull/92.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #92
----
commit a2860a71e9e13416c74f6b2ccd87e93d4c1aa8c4
Author: Dave Barnes <[email protected]>
Date: 2017-04-14T22:48:22Z
GEODE-2784 Geode client docs: Cmake reqires the --config option when a
generator is specified
----
> 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)