<div>Hi,</div>
<div>i'm building a visual 8 2005 project and i want to set different flags (link and compile) for mmy library and i don't know how to do.</div>
<div>i've tried</div>
<div> </div>
<div>if(MSVC_VERSION)<br> #flags in release case<br> IF(CMAKE_BUILD_TYPE MATCHES Release)<br> message(status "on est dans la partie release")<br> set_target_properties(Hello PROPERTIES ...</div>
<div> </div>
<div>and obviously this doesn't work.</div>
<div>what shoul i do?</div>
<div> </div>
<div>thanks for help</div>
<div> </div>