Hello,

I'd like to know why does cmake add its compilation options (such as - o, or some variable definitions) before the options contained in CMAKE_language_FLAGS? Is there a way to bypass this, and tell cmake to add its flags at the end of the command line? The problem is that I am using a compiler which requires options in a certain order, and as cmake adds its own before the ones I defined, it brokes the compilation.

Thanks

Ben

---------------------------
Benjamin Depardon

Laboratoire de l'Informatique du Parallélisme (LIP) - Projet GRAAL
Ecole Normale Supérieure de Lyon
46, allée d'Italie
69364 Lyon Cedex 07 - France

Tel: +33 (0)4 37 28 76 43
        +33 (0)6 84 08 31 55

http://graal.ens-lyon.fr/~bdepardo
---------------------------

«Le réel possède un avantage considérable sur la fiction, c’est d’être unique.»
    Raymond Depardon

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to