summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstallS2/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Tests: Remove the SimpleInstall testKyle Edwards2018-07-171-397/+0
* Merge topic 'use_generator_is_multi_config'Brad King2018-01-081-2/+3
|\
| * GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-301-2/+3
* | Various typo fixesLuz Paz2018-01-041-1/+1
|/
* prefer list(APPEND) over string(APPEND) where appropriateDaniel Pfeifer2016-08-081-2/+2
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-281-2/+2
* InstallRequiredSystemLibraries: Optionally install Windows UCRT (#16073)Brad King2016-05-121-0/+1
* install: Allow generator expressions in DIRECTORYYves Frederix2016-01-131-2/+2
* install: Allow generator expressions in DIRECTORY DESTINATIONRobert Goulet2015-09-241-3/+3
* Tests: Cover install(FILES) with a genex DESTINATIONBrad King2015-09-231-2/+2
* Tests: Teach SimpleInstall to use "cmake --build"Brad King2013-11-181-14/+11
* replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-021-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-39/+39
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-201/+201
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
* export(): Document undefined behavior of location propertiesBrad King2011-12-011-5/+6
* Fix XCode -> Xcode typos, notably in man page (#12231)Sean McBride2011-05-311-1/+1
* SimpleInstall test now builds an installer package if CTEST_TEST_CPACK is ON ...David Cole2009-11-161-1/+8
* ENH: Allow more specification of target file namesBrad King2009-05-011-1/+5
* ENH: Add install(DIRECTORY) option 'OPTIONAL'Brad King2009-02-241-0/+3
* ENH: Add UNKNOWN type for IMPORTED librariesBrad King2008-08-181-1/+5
* ENH: Add patch for feature request #6847 - CPack components for NSIS and Pack...David Cole2008-06-171-21/+5
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
* BUG: Updated SimpleInstall tests for new export/import interface.Brad King2008-01-281-6/+6
* ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help insta...Brad King2008-01-021-0/+13
* BUG: Fix SimpleInstall test to work with new dependency of package on all.Brad King2008-01-011-0/+1
* BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and presumably...David Cole2007-11-101-3/+4
* BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ...David Cole2007-10-151-2/+9
* COMP: Rename the executables for the SimpleInstall tests so that the executab...David Cole2007-10-011-6/+6
* ENH: Disable package test only on OSX < 10.4. Added comment explaining reaso...Brad King2007-09-201-6/+17
* ENH: Re-enable packaging part of SimpleInstall-Stage2 test on Apple. Give it...Brad King2007-09-191-0/+3
* COMP: reenable the installation of the PUBLIC_HEADERsAlexander Neundorf2007-09-191-2/+2
* COMP: disable packaging test on Apple, see if this fixes the timeoutsAlexander Neundorf2007-09-171-1/+8
* ENH: test install of debug libsBill Hoffman2007-09-171-0/+1
* ENH: turn this stuff off to see if it fixes the dashboard on midworldBill Hoffman2007-09-101-2/+2
* STYLE: adapt the test to the change from FILENAME to FILEAlexander Neundorf2007-08-301-1/+5
* ENH: add test for installing a header marked as PUBLIC_HEADER of a libraryAlexander Neundorf2007-08-271-0/+2
* COMP: add a test for exporting and importing targetsAlexander Neundorf2007-08-271-1/+17
* COMP: the SimpleInstall test also succeeds on the Mac, so maybe AndysAlexander Neundorf2007-08-271-35/+16
* ENH: Enable versioned executable test everywhere but XCode.Brad King2007-07-021-1/+3
* ENH: Added more install rules to increase coverage of the command.Brad King2007-05-281-1/+15
* ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to cov...Brad King2007-05-251-16/+39
* BUG: Remove spaces from test output paths. Not all make tools can handle it....Brad King2007-03-121-3/+3
* ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_D...Brad King2007-03-121-3/+6
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPac...Andy Cedilnik2006-10-121-1/+2
* BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to...Brad King2006-10-111-1/+2
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-051-0/+3
* ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a...Brad King2006-08-291-0/+12
* ENH: Always do tar.Z since we do have compress now builtinAndy Cedilnik2006-08-241-26/+26
* ENH: Added code to remove any bad installations of CVS directories before run...Brad King2006-08-241-0/+2