Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables | Brad King | 2014-03-03 | 1 | -1/+1 |
| | | | | s/CMAKE_TEST_GENERATOR/CMAKE_GENERATOR/g | ||||
* | Tests: Simplify CTest.BuildCommand.ProjectInSubdir configuration | Brad King | 2013-11-18 | 1 | -1/+1 |
| | | | | | Collect all ctest_configure options in a list to configure it into the test script. Drop the unused -DCMAKE_MAKE_PROGRAM argument to ctest. | ||||
* | ctest_build: Pass projectDir to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -0/+12 |
This allows the ctest_build command's TARGET option to name a target in a subdirectory and still build properly with msbuild. Add test case covering use of ctest_build() with such a TARGET. |