Problem 1231

Summary: INSTALL_NAME_DIR property of library targets is not set correctly
Product: Geant4 Reporter: Ben Morgan <Ben.Morgan>
Component: cmakeAssignee: Ben Morgan <Ben.Morgan>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: other   
Hardware: All   
OS: Mac OS X   

Description Ben Morgan 2011-07-15 19:33:56 CEST
There is a typo on line #86 of

cmake/Modules/Geant4MacroLibraryTargets

which results in INSTALL_NAME_DIR not being set for library targets, as reported in 

http://hypernews.slac.stanford.edu/HyperNews/geant4/get/installconfig/1391.html

Line #86 currently reads

        set_target_properties(${G4LIB_TARGET_NAME}

but should read

        set_target_properties(${G4LIBTARGET_NAME}

Should be an easy fix!
Comment 1 Ben Morgan 2011-07-28 20:09:14 CEST
Fixed in tag

cmake-V09-04-14