Skip to content
  • Brad King's avatar
    Tests: Use consistent C++ flags FindPackageModeMakefileTest · 85d7a610
    Brad King authored
    Rather than using the CXXFLAGS environment variable in the make-only
    build, copy the CMAKE_CXX_FLAGS used to build the files on the CMake
    side.  This will account for any changes made by CompileFlags.cmake
    or cache-provided flags.
    85d7a610