diff options
author | Brad King <brad.king@kitware.com> | 2023-02-13 17:34:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-13 17:35:44 (GMT) |
commit | 04b5df1f3a3da56ff8e709d7f9688b28df4e1e90 (patch) | |
tree | e19313c656b18517be1eb8b385eebf233584b5a7 /Tests/FindPatch | |
parent | 93edb4d0c08f66353b0fcde7de11f2a18f6689d6 (diff) | |
download | CMake-04b5df1f3a3da56ff8e709d7f9688b28df4e1e90.zip CMake-04b5df1f3a3da56ff8e709d7f9688b28df4e1e90.tar.gz CMake-04b5df1f3a3da56ff8e709d7f9688b28df4e1e90.tar.bz2 |
Tests: Fix FindPatch test with VS generators
Tell CTest the project used to name the `.sln` file.
Diffstat (limited to 'Tests/FindPatch')
-rw-r--r-- | Tests/FindPatch/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/FindPatch/CMakeLists.txt b/Tests/FindPatch/CMakeLists.txt index 541f5bd..65b778b 100644 --- a/Tests/FindPatch/CMakeLists.txt +++ b/Tests/FindPatch/CMakeLists.txt @@ -4,5 +4,6 @@ add_test(NAME FindPatch.Test COMMAND "${CMake_SOURCE_DIR}/Tests/FindPatch/Test" "${CMake_BINARY_DIR}/Tests/FindPatch/Test" ${build_generator_args} + --build-project TestFindPatch --build-options ${build_options} ) |