Well, good news and bad news on this subject.<br><br>The good news is that I managed to get my includes working in my initial case. I had my includes.cmake file in the wrong directory <img goomoji="33D" style="margin: 0pt 0.2ex; vertical-align: middle;" src="cid:33D@goomoji.gmail"><br>
<br>The bad news is now I&#39;m having another issue with include(), and this time I DO have my cmake files in the correct directory. I have a file called &quot;utility.cmake&quot; which has a couple of Boost CMake utility functions in it that I&#39;m borrowing, PARSE_ARGUMENTS() being one of them. When I do include( utility.cmake ) it works fine and I get no errors when I include it, however when I try to call parse_arguments() in the CMakeLists.txt file that&#39;s performing the include() it says:<br>
<br><i><b>Unknown CMake command &quot;parse_arguments&quot;.</b></i><br><br>Any idea why it can&#39;t find that macro?<br>