From 5979953720ce35e5607f227d7b4c2400df0b8a35 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Mon, 7 Jan 2019 22:56:41 +0800 Subject: [PATCH] Remove debug info test=develop --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74d869307d6..d6aa8f1b85c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License -set(CMAKE_VERBOSE_MAKEFILE on) - cmake_minimum_required(VERSION 3.0) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake") set(PADDLE_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) -- GitLab