summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorZhou Mo <cdluminate@gmail.com>2017-05-15 02:16:19 +0000
committerZhou Mo <cdluminate@gmail.com>2017-05-15 02:16:19 +0000
commit30a2ab7e50430911f37ddf981e67e4f36f662f14 (patch)
tree441b478700448b5edb814b7d07e23453e0588665 /cmake
parent25391bf9e0552740af8253c6d6fd484297889a49 (diff)
downloadcaffe-30a2ab7e50430911f37ddf981e67e4f36f662f14.tar.gz
caffe-30a2ab7e50430911f37ddf981e67e4f36f662f14.tar.bz2
caffe-30a2ab7e50430911f37ddf981e67e4f36f662f14.zip
cmake: rename libproto.a -> libcaffeproto.a
Diffstat (limited to 'cmake')
-rw-r--r--cmake/ConfigGen.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/ConfigGen.cmake b/cmake/ConfigGen.cmake
index ad91f542..09bb09b4 100644
--- a/cmake/ConfigGen.cmake
+++ b/cmake/ConfigGen.cmake
@@ -33,7 +33,7 @@ function(caffe_generate_export_configs)
configure_file("cmake/Templates/CaffeConfig.cmake.in" "${PROJECT_BINARY_DIR}/CaffeConfig.cmake" @ONLY)
# Add targets to the build-tree export set
- export(TARGETS caffe proto FILE "${PROJECT_BINARY_DIR}/CaffeTargets.cmake")
+ export(TARGETS caffe caffeproto FILE "${PROJECT_BINARY_DIR}/CaffeTargets.cmake")
export(PACKAGE Caffe)
# ---[ Configure install-tree CaffeConfig.cmake file ]---