Skip to content

Commit

Permalink
Update CMake version to match Make's
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeyeager committed Jun 19, 2015
1 parent 1823874 commit d878dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ endfunction()
function(caffe_default_properties target)
set_target_properties(${target} PROPERTIES
OUTPUT_NAME caffe-nv
SOVERSION 0.11.1
SOVERSION 0.12.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 d878dc5

Please sign in to comment.