Skip to content

Commit

Permalink
Merge pull request #6 from semisight/master
Browse files Browse the repository at this point in the history
Quick shared lib versioning fix for cmake.
  • Loading branch information
lukeyeager committed Jun 10, 2015
2 parents d854224 + 83a57fb commit fca5688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ endfunction()
# caffe_default_properties(<target>)
function(caffe_default_properties target)
set_target_properties(${target} PROPERTIES
OUTPUT_NAME caffe-nv
SOVERSION 0.11.0
DEBUG_POSTFIX ${Caffe_DEBUG_POSTFIX}
ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
Expand Down

0 comments on commit fca5688

Please sign in to comment.