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