Skip to content

Commit

Permalink
Merge pull request #319 from dfaure-kdab/wip/dfaure/verbose
Browse files Browse the repository at this point in the history
- Remove cmake debug messages, to reduce noise when used as a git submodule

Thank you for your help.
  • Loading branch information
j2doll authored Dec 18, 2023
2 parents b79e535 + f287037 commit a98a964
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions QXlsx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ if(NOT DEFINED QXLSX_SOURCEPATH)
set(QXLSX_SOURCEPATH ${CMAKE_CURRENT_SOURCE_DIR}/../QXlsx/source/)
endif()

message("Current Path of QXlsx")
message(${QXLSX_PARENTPATH})
message(${QXLSX_HEADERPATH})
message(${QXLSX_SOURCEPATH})

# Due historical reasons this value is kept off
option(BUILD_SHARED_LIBS "Build in shared lib mode" OFF)

Expand Down

0 comments on commit a98a964

Please sign in to comment.