mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
14 lines
366 B
Diff
14 lines
366 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 5d2aa63219fe..a7bab5d05b8d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -206,7 +206,6 @@ find_package(Python3 REQUIRED COMPONENTS Interpreter)
|
|
add_subdirectory(libs)
|
|
|
|
if (PLATFORM_DESKTOP)
|
|
- add_subdirectory(dev_sandbox)
|
|
add_subdirectory(generator)
|
|
add_subdirectory(tools)
|
|
if (NOT SKIP_QT_GUI)
|
|
|