commit | e902620620f44aee798660ec4bb62fdd6fe07f74 | [log] [tgz] |
---|---|---|
author | Luke Yeager <lukeyeager@users.noreply.github.com> | Tue Aug 22 09:42:34 2017 -0700 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Tue Aug 22 09:52:09 2017 -0700 |
tree | 17dba1c453f07b3b526b8b726330974a1501bcb7 | |
parent | 440d97907518c9e142637b2393f527980c85a9d5 [diff] |
cmake: relative paths for install() Summary: I discovered this while investigating more build-caching issues like https://github.com/caffe2/caffe2/pull/1103. > If a relative path is given it is interpreted relative to the value of the CMAKE_INSTALL_PREFIX variable. https://cmake.org/cmake/help/v3.0/command/install.html This is a non-functional change - it just makes the code a bit easier to read. I verified locally that the resulting install directories are identical. Closes https://github.com/caffe2/caffe2/pull/1111 Differential Revision: D5677328 Pulled By: Yangqing fbshipit-source-id: 9bb1bfe85fc0bc54a9b7ce33cc31e45ea061d21e
Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.
Caffe2 research award competition request for proposals
Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.
Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.
Caffe2 is released under the BSD 2-Clause license.