Make TRICK_CXX variable to specify c++ compiler #767 (#815)

Changed all references of TRICK_CPPC to TRICK_CXX.  Added a
warning message that TRICK_CPPC has been deprecated.
This commit is contained in:
Alex Lin
2019-06-18 11:00:08 -05:00
committed by GitHub
parent 187fa37540
commit 497f11f132
28 changed files with 113 additions and 107 deletions

View File

@ -130,7 +130,7 @@ class HeaderSearchDirs {
/** ${TRICK_HOME}/include/trick resolved */
std::string trick_include_dir ;
/** Adds all of the built-in system paths contained in the TRICK_CPPC compiler */
/** Adds all of the built-in system paths contained in the TRICK_CXX compiler */
void AddCompilerBuiltInSearchDirs () ;
/** Adds all of the paths specified on the command line */