Changeset 19346
- Timestamp:
- 11/07/18 09:57:51 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/CMakeLists.txt
r19327 r19346 107 107 # --------- ROOT ------------- 108 108 109 IF(NOT DEFINED ENV{ROOTSYS})110 MESSAGE( FATAL_ERROR "ROOTSYS not defined. Please call 'source [root]/bin/thisroot.sh'")109 IF(NOT EXISTS root-config}) 110 MESSAGE(WARNING "`root-config` not found in path. First make sure it is accessible.") 111 111 ENDIF() 112 112
Note:
See TracChangeset
for help on using the changeset viewer.