summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDarren Garvey <darren.garvey@gmail.com>2015-09-01 15:42:26 +0100
committerDarren Garvey <darren.garvey@gmail.com>2015-09-01 22:43:30 +0100
commitb04000e4204753803f4cdead66af8a830bc7c4ca (patch)
treea342b350187b3758a5cf2f120661ed5dc0f1e913 /examples
parent2d55e31ff5efd2653aa3440295857f4850a4b7f1 (diff)
downloadcaffeonacl-b04000e4204753803f4cdead66af8a830bc7c4ca.tar.gz
caffeonacl-b04000e4204753803f4cdead66af8a830bc7c4ca.tar.bz2
caffeonacl-b04000e4204753803f4cdead66af8a830bc7c4ca.zip
Cleanup: Fixup capitalisation of Caffe_POSTFIX.
Replaces CAffe_POSTFIX -> Caffe_POSTFIX.
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index f29fc7e5..663d7360 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -24,7 +24,7 @@ foreach(source_file ${examples_srcs})
if(UNIX OR APPLE)
# Funny command to make tutorials work
# TODO: remove in future as soon as naming is standartaized everywhere
- set(__outname ${PROJECT_BINARY_DIR}/examples/${folder}/${name}${CAffe_POSTFIX})
+ set(__outname ${PROJECT_BINARY_DIR}/examples/${folder}/${name}${Caffe_POSTFIX})
add_custom_command(TARGET ${name} POST_BUILD
COMMAND ln -sf "${__outname}" "${__outname}.bin")
endif()