Files
pytorch/c10/macros/cmake_macros.h
Jane Xu 30587195d3 Migrate c10/macros/cmake_macros.h.in to torch/headeronly (#158035)
Summary: As above, also changes a bunch of the build files to be better

Test Plan:
internal and external CI

did run buck2 build fbcode//caffe2:torch and it succeeded

Rollback Plan:

Reviewed By: swolchok

Differential Revision: D78016591

Pull Request resolved: https://github.com/pytorch/pytorch/pull/158035
Approved by: https://github.com/swolchok
2025-07-15 19:52:59 +00:00

6 lines
287 B
C

// This file exists for backwards compatibility and has been moved to
// torch/headeronly/macros/cmake_macros.h.in. No end user library should be
// including this file directly anyway (cuz they should be including
// Macros.h instead).
#include <torch/headeronly/macros/cmake_macros.h>