summaryrefslogtreecommitdiff
path: root/Tests/FindPackageModeMakefileTest
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix FindPackageModeMakefileTest with CMAKE_OSX_ARCHITECTURESBrad King2021-03-031-0/+3
* Tests: Generalize FindPackageModeMakefileTest extra flags varBrad King2021-03-032-9/+10
* Apple: also specify sysroot for linkingGregor Jasny2020-07-171-1/+1
* FindPackageModeMakefileTest: macOS needs isysroot flagCraig Scott2019-10-292-1/+10
* FindPackageModeMakefileTest: Explicitly use C linkageChuck Atkins2018-08-292-0/+10
* cmake: Fix --find-package mode with imported targetsBrad King2017-08-291-0/+2
* Test: Remove condition for CMake version no longer supportedStephen Kelly2016-10-101-10/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-2/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Tests: Add option to disable FindPackageModeMakefileTestBrad King2016-02-191-1/+2
* Tests: Use consistent C++ flags FindPackageModeMakefileTestBrad King2015-10-011-2/+3
* Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-1/+1
* Tests: Fix find-package mode test.Stephen Kelly2014-01-111-2/+2
* cmTarget: Deprecate the LOCATION target property with a policy.Stephen Kelly2013-10-112-3/+13
* Fix FindPackageMode test Makefile (#13314)Daniel R. Gomez2012-06-191-3/+22
* Silence make on OpenBSD in FindPackageModeTest(#12508)Alex Neundorf2011-10-121-0/+1
* Use $(CXXFLAGS) and $(LDFLAGS) in the --find-package test MakefileAlex Neundorf2011-08-181-2/+2
* Only enable the test when using GNU makeAlex Neundorf2011-08-171-10/+20
* Make the test harder by always having a space in the include dirsAlex Neundorf2011-08-171-0/+1
* Make the --find-package test harderAlex Neundorf2011-08-171-2/+2
* Much improved test, should now be executed on all UNIXesAlex Neundorf2011-08-166-17/+33
* Fix test on OpenBSD with BSD makeAlex Neundorf2011-08-161-1/+1
* The makefile for the test was kindof wrongAlex Neundorf2011-08-141-1/+3
* Only run the test if we are using a makefile generator under UNIXAlex Neundorf2011-08-111-1/+1
* Add a test for the new --find-package modeAlex Neundorf2011-08-113-0/+38