Changeset 19346


Ignore:
Timestamp:
11/07/18 09:57:51 (6 years ago)
Author:
tbretz
Message:
This wasn't working with installations is the operating system prefix... I hope this does now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/CMakeLists.txt

    r19327 r19346  
    107107# --------- ROOT -------------
    108108
    109 IF(NOT DEFINED ENV{ROOTSYS})
    110    MESSAGE(FATAL_ERROR "ROOTSYS not defined. Please call 'source [root]/bin/thisroot.sh'")
     109IF(NOT EXISTS root-config})
     110   MESSAGE(WARNING "`root-config` not found in path. First make sure it is accessible.")
    111111ENDIF()
    112112
Note: See TracChangeset for help on using the changeset viewer.