4paradigm / OpenMLDB

OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.
https://openmldb.ai
Apache License 2.0
1.59k stars 321 forks source link

CMake Error for tools/validation #3975

Closed Shouren closed 2 months ago

Shouren commented 2 months ago

Bug Description When building the project with make build, CMake reports following error:

CMake Error at CMakeLists.txt:345 (install):
  install FILES given directory
  "/Users/shouren/Documents/Code/4pdOss/macOS-OpenMLDB/tools/validation" to
  install.

Expected Behavior The validation dir in tools should be install properly

Steps to Reproduce

  1. make build