aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 10:25:11 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 10:25:11 +0100
commita7874bd098eb263ac8688a76aa2e1b896ab6d455 (patch)
tree5754d88f0f180b9471abaa373d9a6ff0454659f8 /src/CMakeLists.txt
parent725bb89cd3690d396502ab90baa35fa4eec6fe98 (diff)
partially revert engine
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b7d63d7..90312b3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -16,7 +16,6 @@ find_package(whereami REQUIRED)
find_library(BERKELEY_DB db)
find_library(FONTCONFIG_LIB fontconfig)
find_package(segvcatch REQUIRED)
-find_package(segvcatch REQUIRED)
add_library(crepe SHARED)
add_executable(test_main EXCLUDE_FROM_ALL)