summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-09 05:38:17 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-09 05:38:17 +0000
commit94376cbca89e101052d3b170b313a366de147820 (patch)
tree183dcde0aaf4458dd7b678282579ab314b349da2 /CMakeLists.txt
parent1cad8f1308e4af86027f9ae25523b8a8b3f6592c (diff)
Next development steps
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 550f3e0..70a6c32 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -146,14 +146,6 @@ if(HYBBX_STORAGE_SQLITE AND HYBBX_BUILD_DAEMON)
endif()
# ---------------------------------------------------------------------------
-# ---------------------------------------------------------------------------
-find_package(PkgConfig QUIET)
-if(PkgConfig_FOUND)
-endif()
-else()
-endif()
-
-# ---------------------------------------------------------------------------
# Platform detection (see docs/PLATFORMS.md)
# ---------------------------------------------------------------------------
if(CMAKE_SYSTEM_NAME STREQUAL "AmigaOS")
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com