Skip to content
  • Brad King's avatar
    Place <DEFINES> before <FLAGS> consistently across compilers · 6f94b03c
    Brad King authored
    Update our values for
    
      CMAKE_<LANG>_COMPILE_OBJECT,
      CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE, and
      CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE
    
    to place <DEFINES> before <FLAGS> consistently across supported
    compilers.  We already do this for most compilers, so update the rest
    for consistency.
    6f94b03c