GEODE-2406: trimmed off the client from the product name. This closes #378
Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/e79c4072 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/e79c4072 Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/e79c4072 Branch: refs/heads/master Commit: e79c4072ba33ec1ba772f3cb63875fca0bd13214 Parents: 0636435 Author: Ernest Burghardt <[email protected]> Authored: Tue Jan 31 23:58:23 2017 +0000 Committer: Jacob Barrett <[email protected]> Committed: Tue Jan 31 16:05:09 2017 -0800 ---------------------------------------------------------------------- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode-native/blob/e79c4072/src/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 75bb4ae..3266505 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,7 +9,7 @@ set(PRODUCT_VENDOR "Apache" CACHE STRING "Product vendor") set(PRODUCT_VENDOR_NAME "The Apache Software Foundation" CACHE STRING "Product vendor full legal name") set(PRODUCT_NAME "Geode Native" CACHE STRING "Product name") set(PRODUCT_VERSION "0.0.42-build.0" CACHE STRING "Product version") -set(PRODUCT_PACKAGE_NAME "apache-geode-nativeclient" CACHE STRING "Product package name") +set(PRODUCT_PACKAGE_NAME "apache-geode-native" CACHE STRING "Product package name") set(PRODUCT_BITS "${BUILD_BITS}bit")
