mirror of
https://github.com/nasa/trick.git
synced 2025-06-11 03:41:47 +00:00
Removed the lines that set the compiler to clang++, defaulting it to g++. Added lines in the makefile to set __clang_major__, __clang_minor__, and __clang_patchlevel__. These are required to compile several of the files in the ICG directory. refs #259