18 May
2016
18 May
'16
12:06 a.m.
Paul Fultz II wrote:
The tool doesn't look for CMakeLists.txt at all. It just calls cmake on the library. If you want it to search in another location, its best to update cmake to do that.
cmake takes the directory as an argument, so it would make absolutely no sense for it to search. If you want cmake to look for CMakeLists.txt somewhere, you pass that somewhere to it.