From 3a841def664cf18c85afe9c09af1619d7c80ee9f Mon Sep 17 00:00:00 2001 From: brandon-b-miller Date: Tue, 21 Feb 2023 09:44:28 -0800 Subject: [PATCH] revert more changes --- python/cudf/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf/CMakeLists.txt b/python/cudf/CMakeLists.txt index 0c304084f1e..ac058b1d9a1 100644 --- a/python/cudf/CMakeLists.txt +++ b/python/cudf/CMakeLists.txt @@ -120,7 +120,7 @@ endif() rapids_cython_init() add_subdirectory(cudf/_lib) -# add_subdirectory(udf_cpp) +add_subdirectory(udf_cpp) include(cmake/Modules/ProtobufHelpers.cmake) codegen_protoc(cudf/utils/metadata/orc_column_statistics.proto)