<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Hello,<br><div><br></div><div>I updated cmake from 2.8.10-2 to 2.8.12.</div><div>Since the update I get the following error on Mac OS (10.6.8) when I run the command 'cmake -G "Unix Makefiles" ../source':</div><div><br></div><div>"<i>add_subdirectory not given a binary directory but the given source directory is not a subdirectory of...</i></div><div><i>When specifying an out-of-tree source a binary directory must be explicitly specified.</i>"</div><div><br></div><div>The main CMakeLists.txt file looks like:</div><div><br></div><div>.</div><div>.</div><div>.</div><div>add_subdirectory(prjA)</div><div>add_subdirectory(prjB)</div><div>.</div><div>.</div><div>.</div><div><br></div><div>Has something changed for the add_directory() command?</div><div><br></div><div>The second problem after the upgrade is that I get the messages "sh: ps: command not found" when I use Qt4 in my projects.</div><div><br></div><div>Thanks in advance</div><div><br></div></body></html>