Skip to content

Commit 6869a23

Browse files
committed
Delete debug messages
1 parent 5cd7f5f commit 6869a23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,5 @@ add_executable(${TARGET} ${SOURCES} ${UI_GENERATED_HEADERS})
4040

4141
target_link_libraries(${TARGET} ${QT6_LIBRARIES})
4242

43-
message(WARNING "The value of TARGET: ${TARGET}")
44-
message(WARNING "The value of CMAKE_INSTALL_MANDIR: ${CMAKE_INSTALL_MANDIR}")
45-
4643
install(TARGETS qnetload DESTINATION ${CMAKE_INSTALL_BINDIR})
4744
install(FILES manual/qnetload.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)

0 commit comments

Comments
 (0)