frugally-deep: cannot build unit tests

I have followed this to install frugally-deep but failed while I was trying to execute the command for building unit tests . While I have used cmake -DFDEEP_BUILD_UNITTEST=ON .. it has given me the following error: CMake Error: The source directory "/home/user/training_by_several_learning_process" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. At that time I was in that directory where I have cloned the other repository instructed here

I have also tried to make by Qt but failed.

Please help me out to solve this problem. Thanks in advance.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 22 (11 by maintainers)

Most upvoted comments

No, that’s not fully correct. You still have to call cmake. Simply do it as described in the documentation, and it should be fine:

git clone https://github.com/Dobiasd/frugally-deep
cd frugally-deep
mkdir -p build && cd build
cmake ..
make && sudo make install
cd ../..