From 48c5aa079bfa5216dedf6d0658a93fac7db65ce4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sun, 13 Oct 2024 13:44:26 +0300
Subject: [PATCH 1/1] TUI: Fixed CMake definition
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 36c7e0ea..eae2c3e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -596,7 +596,7 @@ if (ENABLE_TUI)
if (NOT ENABLE_IDLE_SLEEP)
# SEALCurses does not have a waiting event getter, so ease the CPU load by sleeping
# when nothing is happening.
target_compile_definitions (tuiapp LAGRANGE_ENABLE_IDLE_SLEEP=1)
target_compile_definitions (tuiapp PUBLIC LAGRANGE_ENABLE_IDLE_SLEEP=1)
endif ()
endif ()
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).