mirror of
https://github.com/nasa/trick.git
synced 2025-04-14 14:36:46 +00:00
Fixes #78: Changed message about configure option for TPRO CTE card.
This commit is contained in:
parent
5ecc7b2af0
commit
63975d9f89
@ -55,7 +55,7 @@ int Trick::TPROCTEClock::clock_init() {
|
||||
return 0 ;
|
||||
#else
|
||||
message_publish(MSG_ERROR, "TPRO CTE card was not enabled when Trick was compiled.\n\
|
||||
Please run ${TRICK_HOME}/configure --tprocte=<directory holding CTE>, and recompile Trick\n");
|
||||
Please run ${TRICK_HOME}/configure --with-tpro=<directory holding CTE>, and recompile Trick\n");
|
||||
return -1 ;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user