CMake/Tests/FindPackageModeMakefileTest
Rolf Eike Beer b0b4b4602f Remove .* expressions from beginning and end of MATCHES regexs
All these expressions work the same:
  "foo"
  ".*foo.*"
  "^.*foo.*$"

This assumes that the "Intel*" expressions were meant to be "Intel.*".
2014-04-14 18:17:11 +02:00
..
CMakeLists.txt Remove .* expressions from beginning and end of MATCHES regexs 2014-04-14 18:17:11 +02:00
FindFoo.cmake.in Make the test harder by always having a space in the include dirs 2011-08-17 22:53:35 +02:00
Makefile.in Tests: Fix find-package mode test. 2014-01-11 13:58:23 +01:00
foo.cpp Much improved test, should now be executed on all UNIXes 2011-08-16 22:31:26 +02:00
foo.h Much improved test, should now be executed on all UNIXes 2011-08-16 22:31:26 +02:00
main.cpp Much improved test, should now be executed on all UNIXes 2011-08-16 22:31:26 +02:00