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'm having another issue with include(), and this time I DO have my cmake files in the correct directory. I have a file called "utility.cmake" which has a couple of Boost CMake utility functions in it that I'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's performing the include() it says:<br>
<br><i><b>Unknown CMake command "parse_arguments".</b></i><br><br>Any idea why it can't find that macro?<br>