Re: [CMake] Linker flags not considered - solved

2011-10-12 Thread pellegrini
that's work ! Great ! Thanks a lot Rolf Rolf Eike Beer a écrit : On Mi., 12. Okt. 2011 17:05:52 CEST, pellegrini wrote: Hi all, I would like to build a project using intel fortran compiler. When building the project I would like to add/change two linker flags: - /stack:128

Re: [CMake] Linker flags not considered

2011-10-12 Thread Rolf Eike Beer
On Mi., 12. Okt. 2011 17:05:52 CEST, pellegrini wrote: > Hi all, > > I would like to build a project using intel fortran compiler. When > building the project I would like to add/change two linker > flags: >        - /stack:12800 >        - /subsystem:windows (when launched, the executabl

[CMake] Linker flags not considered

2011-10-12 Thread pellegrini
Hi all, I would like to build a project using intel fortran compiler. When building the project I would like to add/change two linker flags: - /stack:12800 - /subsystem:windows (when launched, the executable (GUI) will not launch any additional terminal) To do so, I simply added in