mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
Change graphics client build message. #1266
This commit is contained in:
parent
7747b53ea1
commit
3171c71cb7
@ -33,5 +33,5 @@ if (os.path.isfile(CMDisplay_path)) :
|
|||||||
os.system( CMDisplay_cmd);
|
os.system( CMDisplay_cmd);
|
||||||
else :
|
else :
|
||||||
print('==================================================================================')
|
print('==================================================================================')
|
||||||
print('CrewModuleDisplay needs to be built. Please \"cd\" into ../models/CrewModuleGraphics and type \"make\".')
|
print('CrewModuleDisplay needs to be built. Please \"cd\" into ../models/CrewModuleGraphics and type \"mvn package\".')
|
||||||
print('==================================================================================')
|
print('==================================================================================')
|
||||||
|
Loading…
Reference in New Issue
Block a user