Delete empty caffe2/quantization/CMakeLists.txt (#59717)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/59717
Reviewed By: walterddr
Differential Revision: D28997598
Pulled By: malfet
fbshipit-source-id: ef2654577c0784254f3d74bc340cdabc76fa345c
diff --git a/caffe2/CMakeLists.txt b/caffe2/CMakeLists.txt
index b3cc249..e9de607 100644
--- a/caffe2/CMakeLists.txt
+++ b/caffe2/CMakeLists.txt
@@ -145,7 +145,6 @@
add_subdirectory(operators)
add_subdirectory(operators/rnn)
if(USE_FBGEMM)
- add_subdirectory(quantization)
add_subdirectory(quantization/server)
endif()
if(USE_QNNPACK)
diff --git a/caffe2/quantization/CMakeLists.txt b/caffe2/quantization/CMakeLists.txt
deleted file mode 100644
index 608bc27..0000000
--- a/caffe2/quantization/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# CPU source, include, deps, test sources, binary sources
-set(Caffe2_CPU_SRCS ${Caffe2_CPU_SRCS} PARENT_SCOPE)
-set(Caffe2_CPU_TEST_SRCS ${Caffe2_CPU_TEST_SRCS} PARENT_SCOPE)