File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 59
59
list (APPEND Caffe2_CPU_SRCS ${ATen_CORE_SRCS} )
60
60
list (APPEND Caffe2_CPU_INCLUDE ${ATen_CORE_INCLUDE} )
61
61
list (APPEND Caffe2_CPU_TEST_SRCS ${ATen_CORE_TEST_SRCS} )
62
- # TODO: We should probably install the headers, but I don't know
63
- # how to do that.
62
+ # See cmake/Codegen.cmake for header installation
64
63
endif ()
65
64
66
65
# ---[ Torch build
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/../caffe2
22
22
FILES_MATCHING PATTERN "*.h" )
23
23
if (NOT BUILD_ATEN)
24
24
install (DIRECTORY ${CMAKE_CURRENT_LIST_DIR} /../aten/src/ATen/core
25
- DESTINATION include /ATen/core
25
+ DESTINATION include /ATen
26
26
FILES_MATCHING PATTERN "*.h" )
27
27
endif ()
28
28
install (FILES ${CMAKE_BINARY_DIR} /caffe2/core/macros .h
You can’t perform that action at this time.
0 commit comments