move cmake_uninstall.cmake.in into cmake/ subfolder

Summary:
TSIA
Closes https://github.com/caffe2/caffe2/pull/1167

Differential Revision: D5767229

Pulled By: Yangqing

fbshipit-source-id: 0798981e505ffe11f532065680f794cba16d140c
This commit is contained in:
Yangqing Jia 2017-09-05 09:48:36 -07:00 committed by Facebook Github Bot
parent dd5400e452
commit 7ec4485858
2 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ Caffe2_print_configuration_summary()
if(NOT TARGET uninstall)
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in
${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake
IMMEDIATE @ONLY)