CMake/Tests/FindPackageModeMakefileTest
Daniel R. Gomez 09ff191c3f Fix FindPackageMode test Makefile (#13314)
Use CXXFLAGS in the makefile's link rule since it invokes the C++
compiler front-end.  Retool the makefile not to require GNU Make.  Using
backticks instead of $(shell ...) is safe so long as one guards against
the possibility of backslashes getting inside the backticks, so use
temporary files and shell variables to avoid them.
2012-06-19 08:26:01 -04:00
..
CMakeLists.txt Silence make on OpenBSD in FindPackageModeTest(#12508) 2011-10-12 22:20:18 +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 Fix FindPackageMode test Makefile (#13314) 2012-06-19 08:26:01 -04: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