Skip to content

Commit 2349c6d

Browse files
committed
Fix case in CMake notices
1 parent f3a933a commit 2349c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ caffe_option(CPU_ONLY "Build Caffe without CUDA support" OFF) # TODO: rename to
1919
caffe_option(USE_CUDNN "Build Caffe with cuDNN library support" ON IF NOT CPU_ONLY)
2020
caffe_option(BUILD_SHARED_LIBS "Build shared libraries" ON)
2121
caffe_option(BUILD_python "Build Python wrapper" ON)
22-
set(python_version "2" CACHE STRING "Specify which python version to use")
22+
set(python_version "2" CACHE STRING "Specify which Python version to use")
2323
caffe_option(BUILD_matlab "Build Matlab wrapper" OFF IF UNIX OR APPLE)
2424
caffe_option(BUILD_docs "Build documentation" ON IF UNIX OR APPLE)
25-
caffe_option(BUILD_python_layer "Build the caffe python layer" ON)
25+
caffe_option(BUILD_python_layer "Build the Caffe Python layer" ON)
2626
caffe_option(USE_LMDB "Build with lmdb" ON)
2727
caffe_option(USE_LEVELDB "Build with levelDB" ON)
2828
caffe_option(USE_OPENCV "Build with OpenCV support" ON)

0 commit comments

Comments
 (0)