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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jan 26 08:57:32 CST 2011


branch "master" has been updated
       via  59ea0d02c8d8ddb873ab387227a6ac8e355acbd6 (commit)
      from  339964f61298bd20c399f587fb0bb5fee470db7b (commit)

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


- Log -----------------------------------------------------------------
commit 59ea0d02c8d8ddb873ab387227a6ac8e355acbd6
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/integration/slice-plugins.git



More information about the asterisk-scf-commits mailing list