Hello,

I noticed that in 2.8.11 under OSX CMake adds -F/Library/Frameworks in
every kind of <FLAGS> rule, for any language. This of course conflicts
with non C/C++ compilers (I don't know about fortran) and my Pascal
based build system breaks because -F is not a freepascal flag.

How can I prevent this from happening? I tried thinking about some
smart parsing but since it is added in the last position of <FLAGS>
there is little I can do. My custom rule file is here:
https://code.google.com/p/hedgewars/source/browse/cmake_modules/CMakePascalInformation.cmake

Any help is appreciated.
Vittorio
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to