Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Takmazov <vitalyster@gmail.com>2021-08-18 21:25:32 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2021-10-07 15:30:19 +0300
commite472c2b5cfac811fc90c2a7e0075a35059d0782a (patch)
tree69b611fa4436b205cbb010bedbaa9e9cb3e8a0b3 /spectrum
parent2cb3f11ccdf60b02d1f44fcb367df2e061c17628 (diff)
Fix Mac build
* use MacPorts * CMake cleanup
Diffstat (limited to 'spectrum')
-rw-r--r--spectrum/src/frontends/slack/CMakeLists.txt2
-rw-r--r--spectrum/src/frontends/xmpp/CMakeLists.txt2
2 files changed, 0 insertions, 4 deletions
diff --git a/spectrum/src/frontends/slack/CMakeLists.txt b/spectrum/src/frontends/slack/CMakeLists.txt
index 676faec7..fb184063 100644
--- a/spectrum/src/frontends/slack/CMakeLists.txt
+++ b/spectrum/src/frontends/slack/CMakeLists.txt
@@ -1,5 +1,3 @@
-cmake_minimum_required(VERSION 2.6)
-
file(GLOB SRC *.cpp *.h)
file(GLOB HEADERS ${CMAKE_SOURCE_DIR}/include/transport/*.h)
diff --git a/spectrum/src/frontends/xmpp/CMakeLists.txt b/spectrum/src/frontends/xmpp/CMakeLists.txt
index 36bf8101..b48ee23d 100644
--- a/spectrum/src/frontends/xmpp/CMakeLists.txt
+++ b/spectrum/src/frontends/xmpp/CMakeLists.txt
@@ -1,5 +1,3 @@
-cmake_minimum_required(VERSION 2.6)
-
file(GLOB SRC *.cpp *.h)
file(GLOB HEADERS ${CMAKE_SOURCE_DIR}/include/transport/*.h)