From e36e3c62c4c0a25b191ad79b7fc2b62de4878916 Mon Sep 17 00:00:00 2001 From: shuolin_l Date: Mon, 13 Jan 2025 17:24:12 +0800 Subject: [PATCH] add some verbose. --- cpp/test/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpp/test/CMakeLists.txt b/cpp/test/CMakeLists.txt index f868e8c15..bcfcefaf2 100644 --- a/cpp/test/CMakeLists.txt +++ b/cpp/test/CMakeLists.txt @@ -20,6 +20,8 @@ cmake_minimum_required(VERSION 3.11) project(TsFile_CPP_TEST) include(FetchContent) +set(CMAKE_VERBOSE_MAKEFILE ON) + set(GTEST_URL_LIST "https://github.com/google/googletest/archive/refs/tags/release-1.12.1.zip" "https://hub.nuaa.cf/google/googletest/archive/refs/tags/release-1.12.1.zip" @@ -72,7 +74,7 @@ endif() message(STATUS "Adding test configurations...") set(LIB_TSFILE_SDK_DIR ${PROJECT_BINARY_DIR}/lib) -message("LIB_TSFILE_SDK_DIR: ${LIBTSFILE_SDK_DIR}") +message("LIB_TSFILE_SDK_DIR: ${LIB_TSFILE_SDK_DIR}") include_directories( ${LIBRARY_INCLUDE_DIR}