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:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=mc5ZqMX vPap33C5E2CGRa1UWJ+liMLvcQZfZ4VyZpBZSuQ+xbtFV8W2Z75sIGCuM8EzfV/u kjIzs9BMU6bh2CviatCBtaNvElcbQhs/nXUaP/jO4uXcAeLQffjpVR6P6ZpmVGdZ IUXRxPebVyRbNWYnZk+kPFQI68Uu9aM8EmEY= 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:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=s9OSEZzs4WPRD 8DorvR1EJzIesI=; b=Ou1ARRtA6cnCjMMAecc/M/zLbqFHAl72I2fjdZraGv8zZ zSrdgs3NQzxS150R2LIHTxbxzNqfcW/Luc3tgRYep4FFJP9U1BBfYxdz27F9pqPa hixwwlbPtsRZKDZGuoHYF8dQOEGX6+9jdm5QH7K5VMMR9hVhoC8O91pGQVDvKY= 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-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=NAMES, cygport, marco, schreef X-HELO: mail-io1-f45.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=ZvUyjBwVxwSATWJJUUqUUrkc5YrpQtLskYaSJGKljQs=; b=P31BU0nzAZBvySOBDVhfr6vmgXg1JfbvK3yDy6ywliJvc2plLAeKRBeWEIuicpVstW EK/yKh5jUch79s53S3rGYkW5G2VjENF/ZXpocbjOTbRyG0s9xCLMBql0yqBvN2cYOYEk oR+B9uCAlETFenzpjxNdhuV3mrB+Jf7aD3XYvMkGR1NOZoM5SqzMp+L7TOOgpQ1H91nO RDHcOELR54cR37Ht1kXDsMmyt6I4PH96dmKK/DZP85HPxcXr72IFtYGywXv6xuzgeg2C Rn1q4odOG4+Y2BBAZLop9h2KGRQSBiCTivel0+odXUBOC9YSnY8m22SMEUdTYlWG4UCi 5rVw== MIME-Version: 1.0 References: <3daaf170-ec51-fe7a-5542-2bc1bb1340ac AT gmail DOT com> <8822fc03-480d-75d7-bb73-62be6526eb52 AT gmail DOT com> In-Reply-To: <8822fc03-480d-75d7-bb73-62be6526eb52@gmail.com> From: Arjen Markus Date: Mon, 8 Jul 2019 15:03:57 +0200 Message-ID: Subject: Re: Question about packaging and cygport To: Andrey Repin Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Op ma 8 jul. 2019 om 14:36 schreef Marco Atzeri : > > this line is present at line 4 of the file. > Have you by chance modified it ? > > No, the line I posted appears to be the closing line for the comment/documentation. It is present in other such files, but was not in the copy in my installation. I noticed that an earlier version, directly from the CMake download, had an extra comment there, specific to Cygwin: #[=======================================================================[.rst: FindTclsh --------- Find tclsh This module finds if TCL is installed and determines where the include files and libraries are. It also determines what the name of the library is. This code sets the following variables: :: TCLSH_FOUND = TRUE if tclsh has been found TCL_TCLSH = the path to the tclsh executable In cygwin, look for the cygwin version first. Don't look for it later to avoid finding the cygwin version on a Win32 build. #]=======================================================================] if(CYGWIN) find_program(TCL_TCLSH NAMES cygtclsh83 cygtclsh80) endif() Regards, Arjen -- 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