Problem 1231 - INSTALL_NAME_DIR property of library targets is not set correctly
Summary: INSTALL_NAME_DIR property of library targets is not set correctly
Status: CLOSED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: cmake (show other problems)
Version: other
Hardware: All Mac OS X
: P3 normal
Assignee: Ben Morgan
URL:
Depends on:
Blocks:
 
Reported: 2011-07-15 19:33 CEST by Ben Morgan
Modified: 2011-07-28 20:09 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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