Laurent Montel wrote: >> +if (UNIX) >> add_subdirectory( http ) >> +endif (UNIX) > Perhaps we can use http under macosX What's the best way to exclude project from the build process on windows? if(UNIX) if(NOT WIN32) Isn't Mac OSX a also a UNIX? (Darwin is more a Unix than Linux.) Peter