Changeset 19877 for trunk/Mars


Ignore:
Timestamp:
11/20/19 13:33:12 (5 years ago)
Author:
tbretz
Message:
For convenience, added a link to the root executable in addition to thisroot.sh
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/CMakeLists.txt

    r19854 r19877  
    194194         " Previous ROOTSYS: ${ROOTSYS}")
    195195      FILE(REMOVE thisroot.sh)
     196      FILE(REMOVE root)
    196197   ENDIF()
    197198
     
    200201   # For convenience and easy tracking
    201202   ADD_CUSTOM_COMMAND(OUTPUT thisroot.sh COMMAND ln -sf ${ROOTSYS}/bin/thisroot.sh VERBATIM)
     203   ADD_CUSTOM_COMMAND(OUTPUT root        COMMAND ln -sf ${ROOTSYS}/bin/root VERBATIM)
    202204   ADD_CUSTOM_TARGET(thisroot ALL DEPENDS thisroot.sh)
     205   ADD_CUSTOM_TARGET(lnroot   ALL DEPENDS root)
    203206ENDIF()
    204207
Note: See TracChangeset for help on using the changeset viewer.