[asterisk-scf-commits] asterisk-scf/release/slice-plugins.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jan 26 09:04:55 CST 2011


branch "master" has been updated
       via  a394b2635a80ec0431b226816fcf7ea388c542f6 (commit)
      from  19c5f7d096337813f95e17be113291f28e78fdee (commit)

Summary of changes:
 src/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit a394b2635a80ec0431b226816fcf7ea388c542f6
Author: David M. Lee <dlee at digium.com>
Date:   Tue Jan 25 23:01:42 2011 -0600

    Fix install paths for Windows.
    
    CMake installs Windows modules to LIBRARY DESTINATION.

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b1245a1..9dfa4e2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,3 +1,3 @@
 add_library(SliceVisitorPattern MODULE SliceVisitorPattern.cpp)
 target_link_libraries(SliceVisitorPattern ${ICE_ICEUTIL_LIBRARY} ${ICE_SLICE_LIBRARY})
-install(TARGETS SliceVisitorPattern LIBRARY DESTINATION lib RUNTIME DESTINATION bin)
+install(TARGETS SliceVisitorPattern LIBRARY DESTINATION bin RUNTIME DESTINATION bin)

-----------------------------------------------------------------------


-- 
asterisk-scf/release/slice-plugins.git



More information about the asterisk-scf-commits mailing list