I have something like the following in my CMakeLists file.<br><br>&nbsp;set( CMAKE_EXE_LINKER_FLAGS_DEBUG &quot;-lboost_regex-xgcc40-mt-d&quot; )&nbsp;&nbsp;&nbsp; <br>&nbsp;set( CMAKE_EXE_LINKER_FLAGS_RELEASE &quot;-lboost_regex-xgcc40-mt&quot; )<br>
<br>and then a exe that needs this library to link.... <br><br>However the makefile doesn&#39;t actually add this option in.&nbsp; If i use CMAKE_EXE_LINKER_FLAGS it works fine.&nbsp; Am I missing something?<br><br>using CMake 2.6.2<br>
<br>-Neal<br><br><br>