cmakelist.txt causing cmake error on unix
Closed this issue · 3 comments
47X commented
quite self explanatory - cmake on linux is trying to find CMakeList.txt not cmakelist.txt in SfMToyLib directory.
cmake throws:
CMake Error at CMakeLists.txt:7 (add_subdirectory):
The source directory
~/cprojects/SfM-Toy-Library/SfMToyLib
does not contain a CMakeLists.txt file.
royshil commented
The SfMToyLib directory does contain a "CMakeLists.txt" file...
47X commented
royshil commented
ok, should be good now...
MacOS is wonky with these case sensitivity issues.
Problem was solved with: http://stackoverflow.com/questions/8904327/case-sensitivity-in-git