mirror of
https://github.com/nasa/trick.git
synced 2025-06-17 06:38:27 +00:00
Changed all references of TRICK_CPPC to TRICK_CXX. Added a warning message that TRICK_CPPC has been deprecated.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user