mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
80d6f46d4e
Yes, you build this *inside* serenity.
14 lines
368 B
Diff
14 lines
368 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 2d860d4..343db6e 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -710,7 +710,8 @@ endif()
|
|
include(Source/CMakeVersion.cmake)
|
|
|
|
# Include the standard Dart testing module
|
|
-enable_testing()
|
|
+# enable_testing()
|
|
+set(BUILD_TESTING 0)
|
|
include (${CMAKE_ROOT}/Modules/Dart.cmake)
|
|
|
|
# Set up test-time configuration.
|