From ac18580bb94edada7af6b9353eab8147d4a7e8a5 Mon Sep 17 00:00:00 2001 From: typhoonzero Date: Fri, 8 Dec 2017 13:52:58 +0800 Subject: [PATCH] update --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 8e2333f9763..6f589e91697 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -34,7 +34,7 @@ if(WITH_MKLDNN) endif() if(WITH_GPU) - SET(PACKAGE_NAME "paddlepaddle_gpu") + SET(PACKAGE_NAME "paddlepaddle-gpu") else() SET(PACKAGE_NAME "paddlepaddle") endif() -- GitLab