mndar / facenet_classifier

Facenet C++ Classifier
MIT License
48 stars 16 forks source link

Error when linking TensorflowCC to my program using CMake #14

Open vuducnghia opened 3 years ago

vuducnghia commented 3 years ago

I was trying to build your project by using Cmake but I found this error: CMake Error at CMakeLists.txt:12 (find_package): By not providing "FindTensorflowCC.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "TensorflowCC", but CMake did not find one.

Could not find a package configuration file provided by "TensorflowCC" with any of the following names:

TensorflowCCConfig.cmake
tensorflowcc-config.cmake

Add the installation prefix of "TensorflowCC" to CMAKE_PREFIX_PATH or set "TensorflowCC_DIR" to a directory containing one of the above files. If "TensorflowCC" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/home/nghia/c++/facenet_classifier/src/cmake-build-debug/CMakeFiles/CMakeOutput.log".

Could you please give me some Hints to fix that. Thanks