Re: [CMake] FindFreetype works with MinGW but not Visual Studio?

2016-07-21 Thread Nicholas Braden
Ah thanks! I was looking at the master version of FindFreetype.cmake and saw that fix already there, adding to the confusion. I had changed the link in my message to the 3.6.0 tag at the last moment. Thanks for your time! Nicholas "LB" Braden On Thu, Jul 21, 2016 at 10:41 AM, Stuart Mentzer wrot

Re: [CMake] cmake 3.5 vs 3.6 + qt

2016-07-21 Thread Tom Kulaga
Thanks On Thu, 21 Jul 2016, 23:33 Brad King wrote: > On 07/18/2016 06:53 PM, Tom Kulaga wrote: > > I'll try and get together a minimal example to highlight the difference. > > This has now been reported with additional information here: > > https://gitlab.kitware.com/cmake/cmake/issues/16209 >

Re: [CMake] cmake-3.5.2-win32-x86.exe : broken download link

2016-07-21 Thread Robert Maynard
Thanks for reporting the broken link. I have corrected the broken link on the download page. On Thu, Jul 21, 2016 at 11:29 AM, Benjamin Ballet via CMake wrote: > Hi > > On https://cmake.org/download/ > > It should be cmake-3.5.2-win32-x86.msi I guess > > -- > Benjamin BALLET > Ingénieur R&D > > A

Re: [CMake] FindFreetype works with MinGW but not Visual Studio?

2016-07-21 Thread Stuart Mentzer
On 7/21/2016 6:15 AM, Nicholas Braden wrote: I'm having a weird issue that is driving me crazy. I've attached a minimal test case - it downloads and builds Freetype 2.6.4 as static and then configures a project that just calls find_package(Freetype REQUIRED). If the attachment is not there, you c

[CMake] cmake-3.5.2-win32-x86.exe : broken download link

2016-07-21 Thread Benjamin Ballet via CMake
Hi On https://cmake.org/download/ It should be cmake-3.5.2-win32-x86.msi I guess -- *Benjamin BALLET* Ingénieur R&D *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69 37 37 *>* www.activisu.com -- Powered by www.kitwa

Re: [CMake] cmake 3.5 vs 3.6 + qt

2016-07-21 Thread Brad King
On 07/18/2016 06:53 PM, Tom Kulaga wrote: > I'll try and get together a minimal example to highlight the difference. This has now been reported with additional information here: https://gitlab.kitware.com/cmake/cmake/issues/16209 We will have to revert the offending changes until another solut

Re: [CMake] object-libraries and compile-dependencies to other target

2016-07-21 Thread Robert Maynard
Hi Patrick, This looks to be another permutation on issue #14778 (https://gitlab.kitware.com/cmake/cmake/issues/14778). Unfortunately currently you will need to manually propagate the include/flags/etc to the OBJECT library. On Thu, Jul 21, 2016 at 5:30 AM, Patrick Boettcher wrote: > On Wed, 20

Re: [CMake] object-libraries and compile-dependencies to other target

2016-07-21 Thread Patrick Boettcher
On Wed, 20 Jul 2016 13:49:52 -0400 Robert Maynard wrote: > Hi Patrick, > > Can you provide a simple example of what you are trying to do, and > where it is failing? - add_library(lib1 STATIC ) target_include_directories(lib1 PUBLIC lib1-dir) target_compile_features(lib1 PUBLIC cxx_nonstatic