Skip to content
  • Daniel R. Gomez's avatar
    Fix FindPackageMode test Makefile (#13314) · 09ff191c
    Daniel R. Gomez authored and Brad King's avatar Brad King committed
    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.
    09ff191c