Github user PivotalSarge commented on a diff in the pull request: https://github.com/apache/geode-native/pull/81#discussion_r108795285 --- Diff: BUILDING.md --- @@ -39,6 +39,9 @@ Building requires access to an installation of Geode. By default the value of `G ## Installing By default a system-specific location is used by CMake as the destination of the `install` target, e.g., `/usr/local` on UNIX system. To explicitly specify the location in which the Native Client will be installed, add `-DCMAKE_INSTALL_PREFIX=/path/to/installation/destination` to the _initial_ `cmake` execution command before `../src`. +**Note:** For consistent results, avoid using the "~" (tilde) abbreviation when specifying paths on the CMake command line. --- End diff -- Good catch.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---