summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageModeMakefileTest/FindFoo.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Fix --find-package mode with imported targetsBrad King2017-08-291-0/+2
| | | | | | | | The change in commit v3.9.0-rc1~116^2~6 (cmakemain: use script role for -P, 2017-05-11) accidentally left project commands out of find-package mode, causing packages that provide imported targets to break. Fixes: #17124
* Make the test harder by always having a space in the include dirsAlex Neundorf2011-08-171-0/+1
| | | | | | | | | | | | The commit message for the previous commit was wrong, it should have been: fix the test by using $(shell ...) syntax instead of backticks in the Makefile. With backticks I couldn't get the quoting right. Printing -I"/some/path with space" did not work, the compiler complained that there is not file "with". Also backslashes in different numbers did not make it work. Alex
* Much improved test, should now be executed on all UNIXesAlex Neundorf2011-08-161-0/+8
Instead of relying on that some development package is installed on the system, now a tiny library is built, which is the searched and used during the test. Alex