Skip to content

Commit 0dfe387

Browse files
committed
cmake: support the use of launchers in ctest -S scripts
1 parent 95db29b commit 0dfe387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ project(libsecp256k1
1313
LANGUAGES C
1414
)
1515
enable_testing()
16+
include(CTestUseLaunchers) # Allow users to set CTEST_USE_LAUNCHERS in custom `ctest -S` scripts.
1617
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
1718

1819
# The library version is based on libtool versioning of the ABI. The set of

0 commit comments

Comments
 (0)