1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00

Remove cmake debug messages, to reduce noise when used as a git submodule

This commit is contained in:
David Faure 2023-12-14 20:17:53 +01:00
parent b79e5359ae
commit f287037db5

View File

@ -40,11 +40,6 @@ if(NOT DEFINED QXLSX_SOURCEPATH)
set(QXLSX_SOURCEPATH ${CMAKE_CURRENT_SOURCE_DIR}/../QXlsx/source/) set(QXLSX_SOURCEPATH ${CMAKE_CURRENT_SOURCE_DIR}/../QXlsx/source/)
endif() endif()
message("Current Path of QXlsx")
message(${QXLSX_PARENTPATH})
message(${QXLSX_HEADERPATH})
message(${QXLSX_SOURCEPATH})
# Due historical reasons this value is kept off # Due historical reasons this value is kept off
option(BUILD_SHARED_LIBS "Build in shared lib mode" OFF) option(BUILD_SHARED_LIBS "Build in shared lib mode" OFF)