rajatma1993 opened a new issue, #9422:
URL: https://github.com/apache/incubator-gluten/issues/9422
### Problem description
Cmake is throwing the below warning and also we don't see any
extern_local_engine folders inside the /Clickhouse/build/Utils/
Previously there will was a folders with the name extern_local_engine get's
create inside the path(/Clickhouse/build/Utils/) Which contains the
benchmark_local_engine executable for benchmarking the function.
But when i clone the repo and run the cmake command , Below is the warning
it is throwing without creating the folder.
**CMAKE command :**
sudo cmake -G Ninja
"-DCMAKE_C_COMPILER=$CC"
"-DCMAKE_CXX_COMPILER=$CXX"
"-DCMAKE_BUILD_TYPE=Release"
"-DENABLE_PROTOBUF=1"
"-DENABLE_EMBEDDED_COMPILER=$ENABLE_EMBEDDED_COMPILER"
"-DENABLE_TESTS=OFF"
"-DWERROR=OFF"
"-DENABLE_JEMALLOC=1"
"-DENABLE_MULTITARGET_CODE=ON"
"-DENABLE_GWP_ASAN=OFF"
"-DENABLE_EXTERN_LOCAL_ENGINE=ON"
"-DENABLE_THINLTO=false"
"-DENABLE_BENCHMARKS=ON"
..
Can i get to know what will be reason for the change in build behavior.
**WARNING After cmake command :**
-- Generating done (1.8s)
CMake Warning:
Manually-specified variables were not used by the project:
ENABLE_EXTERN_LOCAL_ENGINE
### System information
Gluten Version: 1.4.0-SNAPSHOT
Commit:
https://github.com/apache/incubator-gluten/commit/291ff35722430ebcab98f957a3daa0b787d111d6
CMake Version: 3.28.3
System: Linux-6.8.0-1021-aws
Arch: x86_64
CPU Name: Model name: Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz
C++ Compiler: /usr/bin/clang++-19
C++ Compiler Version: 19.1.7
C Compiler: /usr/bin/clang-19
C Compiler Version: 119.1.7
CMake Prefix Path:
/usr/local;/usr;/;/usr/local/lib/python3.10/dist-packages/cmake/data;/usr/local;/usr/X11R6;/usr/pkg;/opt
### CMake log
```bash
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]