cmake: support the use of launchers in ctest -S scripts

This commit is contained in:
Daniel Pfeifer
2025-06-19 10:02:23 +02:00
parent 95db29b144
commit 0dfe387dbe

View File

@@ -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