zml1206 opened a new issue, #5343:
URL: https://github.com/apache/incubator-gluten/issues/5343
### Problem description
`./dev/buildbundle-veloxbe.sh --build_type=RelWithDebInfo --enable_vcpkg=OFF`
Failed when make folly-deps.
### System information
Velox System Info v0.0.2
Commit: 73a243c45e89a5f1ddfc4e7e39c699cd24ffd77a
CMake Version: 3.29.1
System: Darwin-22.6.0
Arch: x86_64
C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
C++ Compiler Version: 14.0.3.14030022
C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
C Compiler Version: 14.0.3.14030022
CMake Prefix Path:
/Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk/usr;/usr/local;/usr;/;/usr/local/Cellar/cmake/3.29.1;/usr/local;/usr/X11R6;/usr/pkg;/opt;/sw;/opt/local
### CMake log
```bash
CMake Error at CMake/folly-deps.cmake:306 (target_link_libraries):
The link interface of target "folly_deps" contains:
fmt::fmt
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
CMakeLists.txt:127 (include)
```
--
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]