File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ caffe_option(CPU_ONLY "Build Caffe without CUDA support" OFF) # TODO: rename to
19
19
caffe_option(USE_CUDNN "Build Caffe with cuDNN library support" ON IF NOT CPU_ONLY)
20
20
caffe_option(BUILD_SHARED_LIBS "Build shared libraries" ON )
21
21
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" )
23
23
caffe_option(BUILD_matlab "Build Matlab wrapper" OFF IF UNIX OR APPLE )
24
24
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 )
26
26
caffe_option(USE_LMDB "Build with lmdb" ON )
27
27
caffe_option(USE_LEVELDB "Build with levelDB" ON )
28
28
caffe_option(USE_OPENCV "Build with OpenCV support" ON )
You can’t perform that action at this time.
0 commit comments