BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.96k stars 18.72k forks source link

cmake/Misc.cmake: fix typo on CMAKE_INSTALL_RPATH_USE_LINK_PATH type #7013

Open carandraug opened 2 years ago

carandraug commented 2 years ago

In cmake the type of variables is BOOL and not BOOLEAN. This was causing the warnings "implicitly converting 'BOOLEAN' to 'STRING' type" when building.