Skip to content

Commit

Permalink
add some verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinLeeo committed Jan 13, 2025
1 parent e4942e2 commit e36e3c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit e36e3c6

Please sign in to comment.