<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 21. Oct 2017, at 11:58, Willem Ferguson <<a href="mailto:willemferguson@zoology.up.ac.za" class="">willemferguson@zoology.up.ac.za</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">After cloning Subsurface, there is no CMakeCache.txt that I can find. This file is generated and placed in the build directory during build. If this is correct, where do the settings in CMakeCache.txt come from?</span></div></blockquote></div><br class=""></div><div class="">they are generated by cmake from the various Cxxxxxx files spread around the source tree. You can modify those by going to the build directory and running </div><div class=""><br class=""></div><div class="">ccmake . (the dot is part of the command)</div><div class=""><br class=""></div><div class="">Best</div><div class="">Robert</div></body></html>