From e225306419304360a85cbbe9b820de5914a9f7dc Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Sun, 12 Jan 2025 11:01:45 +0100 Subject: CMakeLists.txt: actually name an option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e49d6a2..58bb331 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,7 +210,7 @@ if (BUILD_TESTING) add_test (NAME custom-static-analysis COMMAND ${PROJECT_SOURCE_DIR}/test-static) endif () -option (BUILD_TESTING_WDYE "..." OFF) +option (BUILD_TESTING_WDYE "Build the integration test" OFF) if (BUILD_TESTING_WDYE) add_subdirectory (liberty/tools/wdye) add_test (NAME integration COMMAND wdye "${PROJECT_SOURCE_DIR}/test.lua") -- cgit v1.2.3-70-g09d2