Mathieu Malaterre wrote: > My project is: project(foo C CXX) I do not see why it should load any > fortran thingy at any point in time... > > And yes I configured using -G "NMake Makefiles" > > thx Can you run with cmake -G"NMake Makefiles" --trace? Then maybe we can figure out why it is trying to use fortran. -Bill