Re: [CMake] Interference between MSVC and g95

2008-05-16 Thread Brad King
Arjen Markus wrote: Brad King wrote: Arjen Markus wrote: It means that a combination of MSVC and g95 in one project is impossible. I think the problem is that the platform files for GNU and MSVC tools are both getting loaded but they have been written assuming they are always separate (whi

Re: [CMake] Interference between MSVC and g95

2008-05-16 Thread Arjen Markus
Brad King wrote: Arjen Markus wrote: It means that a combination of MSVC and g95 in one project is impossible. I think the problem is that the platform files for GNU and MSVC tools are both getting loaded but they have been written assuming they are always separate (which is the case

Re: [CMake] Interference between MSVC and g95

2008-05-14 Thread Brad King
Arjen Markus wrote: > It means that a combination of MSVC and g95 in one project is > impossible. I think the problem is that the platform files for GNU and MSVC tools are both getting loaded but they have been written assuming they are always separate (which is the case in C-and C++-only projects

[CMake] Interference between MSVC and g95

2008-05-13 Thread Arjen Markus
Hello, while testing the PLplot configuration and build system using CMake 2.6 I stumbled upon a strange interference between MS Visual C/C++ and g95. Here is a description of my platform: - Windows XP - MS Visual C/C++ 6.0 - g95, installed under MinGW The following CMakeLists.txt file illustra