CMakeLists.txt is missing from the document root
MoritzFago opened this issue · 1 comments
MoritzFago commented
cmake ../ -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.6.0/ # or whatever version of qt5 brew installed 20:50:00
CMake Error: The source directory "/Users/USERNAME/Documents/Build/tensor" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Mac OS 10.11.4
davidar commented
Thanks, I need to update those instructions. Opening tensor.pro
in Qt Creator and building from there is probably the easiest for now.