From 1a4de1482bfbdb77be9f71f6fc413b2c7f40fbb2 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 29 Apr 2020 23:10:42 +0200 Subject: [PATCH] build system: minor changes (close #478) --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d288a4901..f1e62a057 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,12 +37,12 @@ if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Debug) endif() -message("*") -message("* ${PROJECT_NAME} v${PROJECT_VERSION} (${CMAKE_BUILD_TYPE})") -message("* Copyright (c) 2017-2020 Michele Caini ") -message("*") +message(VERBOSE "*") +message(VERBOSE "* ${PROJECT_NAME} v${PROJECT_VERSION} (${CMAKE_BUILD_TYPE})") +message(VERBOSE "* Copyright (c) 2017-2020 Michele Caini ") +message(VERBOSE "*") -option(USE_LIBCPP "Use libc++ by adding -stdlib=libc++ flag if availbale." ON) +option(USE_LIBCPP "Use libc++ by adding -stdlib=libc++ flag if availbale." OFF) option(USE_ASAN "Use address sanitizer by adding -fsanitize=address -fno-omit-frame-pointer flags" OFF) #