Skip to content

Commit

Permalink
Delete debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Oct 7, 2023
1 parent 5cd7f5f commit 6869a23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,5 @@ add_executable(${TARGET} ${SOURCES} ${UI_GENERATED_HEADERS})

target_link_libraries(${TARGET} ${QT6_LIBRARIES})

message(WARNING "The value of TARGET: ${TARGET}")
message(WARNING "The value of CMAKE_INSTALL_MANDIR: ${CMAKE_INSTALL_MANDIR}")

install(TARGETS qnetload DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES manual/qnetload.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)

0 comments on commit 6869a23

Please sign in to comment.