From 0dfe387dbe345d92d12b3de5c41a685fb6654211 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Thu, 19 Jun 2025 10:02:23 +0200 Subject: [PATCH] cmake: support the use of launchers in ctest -S scripts --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02abaa97..26cc49b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ project(libsecp256k1 LANGUAGES C ) enable_testing() +include(CTestUseLaunchers) # Allow users to set CTEST_USE_LAUNCHERS in custom `ctest -S` scripts. list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) # The library version is based on libtool versioning of the ABI. The set of