diff options
author | Brad King <brad.king@kitware.com> | 2022-02-04 13:34:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-04 13:34:27 (GMT) |
commit | e485dca1e80e2e32848b0770040971fb5b5c103f (patch) | |
tree | dd02cbdda0760ececa4855d37bf7ed6816eeef0e /Tests/CTestBuildCommandProjectInSubdir | |
parent | ca4bb89f276e244b5b56d1988cd659d30df1ca5a (diff) | |
download | CMake-e485dca1e80e2e32848b0770040971fb5b5c103f.zip CMake-e485dca1e80e2e32848b0770040971fb5b5c103f.tar.gz CMake-e485dca1e80e2e32848b0770040971fb5b5c103f.tar.bz2 |
Tests: Move CTest.BuildCommand.ProjectInSubdir into RunCMake.ctest_build
The former duplicates code that is now part of the infrastructure in the
latter. The latter can also explicitly verify the results.
Diffstat (limited to 'Tests/CTestBuildCommandProjectInSubdir')
-rw-r--r-- | Tests/CTestBuildCommandProjectInSubdir/CTestBuildCommandProjectInSubdir.cmake.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Tests/CTestBuildCommandProjectInSubdir/CTestBuildCommandProjectInSubdir.cmake.in b/Tests/CTestBuildCommandProjectInSubdir/CTestBuildCommandProjectInSubdir.cmake.in deleted file mode 100644 index 0f56781..0000000 --- a/Tests/CTestBuildCommandProjectInSubdir/CTestBuildCommandProjectInSubdir.cmake.in +++ /dev/null @@ -1,11 +0,0 @@ -cmake_minimum_required(VERSION 2.8.10) - -set(CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Tests/VSProjectInSubdir") -set(CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestBuildCommandProjectInSubdir/Nested") -set(CTEST_CMAKE_GENERATOR "@CMAKE_GENERATOR@") -set(CTEST_BUILD_CONFIGURATION "@CTestTest_CONFIG@") - -ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY}) -ctest_start(Experimental) -ctest_configure(OPTIONS "@ctest_configure_options@") -ctest_build(TARGET test) |