summaryrefslogtreecommitdiff
path: root/cmake
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 /cmake
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 'cmake')
-rw-r--r--cmake/Misc.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Misc.cmake b/cmake/Misc.cmake
index 7676754f..9dd2609b 100644
--- a/cmake/Misc.cmake
+++ b/cmake/Misc.cmake
@@ -46,7 +46,7 @@ endif()
# ---[ Set debug postfix
set(Caffe_DEBUG_POSTFIX "-d")
-set(CAffe_POSTFIX "")
+set(Caffe_POSTFIX "")
if(CMAKE_BUILD_TYPE MATCHES "Debug")
- set(CAffe_POSTFIX ${Caffe_DEBUG_POSTFIX})
+ set(Caffe_POSTFIX ${Caffe_DEBUG_POSTFIX})
endif()