Changeset 19830 for trunk/Mars


Ignore:
Timestamp:
10/30/19 14:38:19 (5 years ago)
Author:
tbretz
Message:
Create a link to the correct thisroot.sh for convenience
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/CMakeLists.txt

    r19828 r19830  
    186186# For convenience and easy tracking
    187187ADD_CUSTOM_COMMAND(OUTPUT thisroot.sh COMMAND ln -sf $ENV{ROOTSYS}/bin/thisroot.sh VERBATIM)
    188 ADD_CUSTOM_TARGET(thisroot DEPENDS thisroot.sh)
     188ADD_CUSTOM_TARGET(thisroot ALL DEPENDS thisroot.sh)
    189189
    190190# -lGui -lCore -lCint -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lTree
Note: See TracChangeset for help on using the changeset viewer.