Advertisement
Guest User

Untitled

a guest
Jan 13th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. diff --git a/cmake/Modules/GrMiscUtils.cmake b/cmake/Modules/GrMiscUtils.cmake
  2. index 0e1f400..27003cf 100644
  3. --- a/cmake/Modules/GrMiscUtils.cmake
  4. +++ b/cmake/Modules/GrMiscUtils.cmake
  5. @@ -155,7 +155,7 @@ function(GR_LIBRARY_FOO target)
  6. GR_LIBTOOL(TARGET ${target} DESTINATION ${GR_LIBRARY_DIR})
  7.  
  8. #give the library a special name with ultra-zero soversion
  9. - set_target_properties(${target} PROPERTIES LIBRARY_OUTPUT_NAME ${target}-${LIBVER} SOVERSION "0.0.0")
  10. + set_target_properties(${target} PROPERTIES OUTPUT_NAME ${target}-${LIBVER} SOVERSION "0.0.0")
  11. set(target_name lib${target}-${LIBVER}.so.0.0.0)
  12.  
  13. #custom command to generate symlinks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement