summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2015-04-01Build gflags and glog through CMake if not found in the systemNuno Subtil4-2/+118
This adds functionality to fetch gflags and glog from GitHub and build them during the Caffe build. This happens only if a system-wide installed version is not found (i.e., when find_package() fails). If built as part of the Caffe build, gflags and glog are compiled as position-independent static libraries. This avoids doing a system-wide install of these libraries during the Caffe install target.
2015-03-07Update leveldb include variable name to match FindLevelDB.cmakeCharles Otto1-1/+1
2015-03-06Merge pull request #2059 from philkr/python_layer_cmakeEvan Shelhamer1-0/+5
[cmake] add Python layer
2015-03-06Making python layer work with cmakephilkr1-0/+5
2015-03-05Adding correct hdf5 pathphilkr1-1/+1
2015-02-24Merge pull request #1923 from philkr/python3_masterJon Long1-6/+33
Making python3 work with cmake and the new python wrapper
2015-02-24Making python3 work with cmake and the new python wrapperphilkr1-6/+33
2015-02-22minor cmake sumamry log fixAnatoly Baksheev1-2/+4
2015-02-22set proper CMAKE_INSTALL_RPATH for _caffe.so and toolsAnatoly Baksheev1-0/+5
2015-02-18Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIRphilkr7-26/+26
2015-02-16cmake 2.8.7. supportAnatoly Baksheev7-87/+118
2015-02-16opencv 3.0 compilation (replace #1714)Anatoly Baksheev1-1/+3
2015-02-16improve CMake buildAnatoly Baksheev24-0/+2195