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
foo.cpp
foo.h
main.cpp
Makefile.in Tests: Fix find-package mode test. 2014-01-11 13:58:23 +01:00