Hello,<br><br>I am trying to use CMake to build a project that uses CPLEX. The cplex compiling instructions says:<br>     o Add IL_STD to the Preprocessor Definitions field. This defines the macro IL_STD which is needed to use the STL.<br>
<br>for linux, it says to add the following command to the Makefile:<br><br># ---------------------------------------------------------------------<br># Compiler options <br># ---------------------------------------------------------------------<br>
CCOPT = -m32 -O -fPIC -fexceptions -DNDEBUG -DIL_STD<br><br>Is there a command in CMake that can achieve this and make it work for both windows and linux ?<br><br>Thank you !<br><br>Nehme<br>