X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=usBTA8p7lSEBfJGKp1Te4e2qE3hkd Sn3XTDtRu6+73EaelHYNOZyYwVzT/6oGAGewbW3witK/X7A0JKTIjq4kvkV5UM3e HQ8RKozxjf3iTIXPXAyFoG1PC48dP97PcWPdr3UuGd/cBMrwxZAYi7I9xydUm7bE 3B/0TKhjzLSXr4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=8krDwkXFLjUomFGmoQo1i1x8cXI=; b=ouz poVVPleWx/oHxuxHnCjhW0yC2yiDmmWfsz2o94QQG3o9Jci0HLXfW9iuAoa4EJ6x kpB92QG2z4fM2fzWliRAClmVrQfyOOPs8eEyHYesQG5VaCgEh6q/qeu+c9GZ8OVi xkuSchrCj15FfmOAYPVclPfKJZRQ4eO9V8KjAQrU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-lf0-f54.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=T/8BoTPPl2i4DnK5CKmzPV23UdSzcDckQUQZu4MRs1w=; b=Y2IiWKxPznhuh8wVFqQpsSB5hOD1jJHwvuAfkPZ5yIUGrueI72P5HNf3gyj60AIurK HzJf7fXhgTWRCriLsko/0dkV11hnD4q+4ysWgXao6cHwKa1UPE8+SEGawXvULVOuM9w5 msME1jvwf1dEe7/e0W68Thv8pPR1BRv4wAbOSvrzeTZ4XLwGhV5YcX9nAYLr/p6ZheK5 6PvxSSXjegE0afiOG1CcspbSPAJuDfcc1aliCef7N5Fd8Nt6mVtF5vkTOKh8HP0lTfrj cbu+fcsPjy+eOGzTBEWM0W/ail5iEsjNx8x7gS2qeEGdPX0lo3t+cVyzuhMWJK1Z9bfL HYkQ== X-Gm-Message-State: AMCzsaUW3OZfHx9Y8+NNckIGeHoeXcRRRS0MK2Ev6xe3bdAAr/WhlD9g YvSGWGF5LMhvVSpv11mkMVd4A1+2KpyVgRX4Oo+r8Q== X-Google-Smtp-Source: ABhQp+SfA20qgEwoeAtyOKgnZkMmQ43C/5Iy++30WWv5ppP6Yp+7BtJXBaoTKLBsEEyVO+glSft1+FydhOQY8Tvqu7M= X-Received: by 10.46.86.139 with SMTP id k11mr2270952lje.103.1508503835701; Fri, 20 Oct 2017 05:50:35 -0700 (PDT) MIME-Version: 1.0 From: Peter Quiring Date: Fri, 20 Oct 2017 08:50:15 -0400 Message-ID: Subject: How to use CMake with cygwin/mingw toolchain? To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" What is the current process to use the mingw toolchain that is included with cygwin? There use to be a -mno-cygwin option used with gcc. The mingw versions have x86_64-w64-mingw32- or i686-w64-mingw32- added to their exe names. Currently I just use these directly but I want to use cmake. Cygwin also includes cmake. How would I configure it to use the mingw toolset that is included with cygwin? I also see some Qt5 *.cmake modules included in the Qt5 libraries for mingw. Would it be possible to include a version of cmake built for mingw? Thanks. -- Peter Quiring -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple