Changeset 3025

Show
Ignore:
Timestamp:
11/11/08 05:14:25 (2 months ago)
Author:
kkaempf
Message:

fix lib install dir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openwsman/trunk/src/cpp/CMakeLists.txt

    r2847 r3025  
    1010 
    1111set_target_properties(wsman_clientpp PROPERTIES VERSION 1.0.0 SOVERSION 1) 
    12 install(TARGETS wsman_clientpp DESTINATION lib
     12install(TARGETS wsman_clientpp DESTINATION ${LIB_INSTALL_DIR}
    1313 
    1414