summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-07-06 20:11:49 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-07-06 20:11:49 +0200
commit75a924ed22ef3527dae4f4e95091385931604ad1 (patch)
tree450fe1ed6a620ffe8e8bc8dc6506add5906356bb
parent9017cf339fccc7a1adcef2179abe1996d94e8f60 (diff)
cmake: remove accidental debug code
-rw-r--r--gui/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
index 398223b3..8c57221a 100644
--- a/gui/CMakeLists.txt
+++ b/gui/CMakeLists.txt
@@ -13,10 +13,8 @@ if(APPLE)
elseif(LINUX)
otr_pkgconfig_(has-libproc2 ${self} libproc2)
if(has-libproc2)
- message(STATUS "!!!!! has libproc2")
target_compile_definitions(${self} PRIVATE -DOTR_HAS_LIBPROC2)
else()
- message(STATUS "!!!!! no libproc2")
otr_pkgconfig(${self} libprocps)
endif()
endif()