Changeset 84d3193 in git
- Timestamp:
- Feb 16, 2017, 10:02:00 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 9c2ce8b
- Parents:
- 8e7beb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r8e7beb7 r84d3193 18 18 # the RPATH to be used when installing, but only if it's not a system directory 19 19 LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/lib" isSystemDir) 20 IF( "${isSystemDir}" STREQUAL "-1")20 IF(${isSystemDir} EQUAL -1) 21 21 SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") 22 ENDIF( "${isSystemDir}" STREQUAL "-1")22 ENDIF(${isSystemDir} EQUAL -1) 23 23 24 24 # Declare ROOT dependency
Note:
See TracChangeset
for help on using the changeset viewer.