diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-17 21:44:34 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-17 21:44:34 (GMT) |
commit | 7d693108faa0df924944eb2b5ced210d735d75b1 (patch) | |
tree | 2163fdca22075cfde2a422180df54c0883565f60 /Source | |
parent | 301114994773e62b82965f3082fef6dd23532e60 (diff) | |
download | CMake-7d693108faa0df924944eb2b5ced210d735d75b1.zip CMake-7d693108faa0df924944eb2b5ced210d735d75b1.tar.gz CMake-7d693108faa0df924944eb2b5ced210d735d75b1.tar.bz2 |
Only enable the test when using GNU make
The makefile used in the test uses $(shell ...), which is
AFAIK a GNU extension, and will probably not work e.g. with OpenBSD make.
According to the FreeBSD make manpage their make has a != assignment,
which seems to do something similar, but I don't have such a system
around for testing.
Also, the point of this test is not to write a portable makefile,
but to check whether cmake --find-package prints a correct string.
Alex
Diffstat (limited to 'Source')
0 files changed, 0 insertions, 0 deletions