Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-05 Thread Roger Leigh
On 05/06/2016 09:14, Stuart Mentzer wrote: On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: It's a reasonable addition, so if you can't come up with a patch yourself I'll have a look if I can do one next week which you can test. Greetings, Eike Thanks Eike. The simplest, least invasive patch is

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-05 Thread Rolf Eike Beer
Am Samstag, 4. Juni 2016, 19:26:22 schrieb Stuart Mentzer: > On 6/4/2016 5:03 PM, Roger Leigh wrote: > > On 04/06/2016 20:47, Stuart Mentzer wrote: > >> Hello, > >> > >> FindFreetype.cmake is failing to find the debug library on Windows > >> because it is named freetype*d*.lib and freetyped isn't

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-05 Thread Stuart Mentzer
On 6/5/2016 5:23 AM, Roger Leigh wrote: On 05/06/2016 09:14, Stuart Mentzer wrote: On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: It's a reasonable addition, so if you can't come up with a patch yourself I'll have a look if I can do one next week which you can test. Greetings, Eike Thanks Eike.

Re: [CMake] Mac OS X framework building

2016-06-05 Thread Eric Wing
On 6/5/16, Bill Somerville wrote: > On 24/05/2016 21:55, Bill Somerville wrote: >> I am trying to make a framework using a shared library. The docs say >> that the target property PUBLIC_HEADER should be a list of interface >> header files that install(TARGET ...) will

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-05 Thread Roger Leigh
On 05/06/2016 17:01, B00083603 Michael O Brien wrote: sudo make install When I run sudo make install I get the error /bin/sh: 1: cd: can't cd to /home/michael.obrien/setups/OpenCV/opencv-2.4.13/build make[2]: *** [3rdparty/libtiff/CMakeFiles/libtiff.dir/depend] Error 2 make[1]: ***

[CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-05 Thread B00083603 Michael O Brien
I'm trying to install OpenCV2 and the process requires the use of cmake which I'm not familiar with so I was hoping I could ask the cmake mailing list for some advice. I have a virtual machine where I have sudo permissions and I download the OpenCV2 zip file from, create a directory for the

Re: [CMake] Mac OS X framework building

2016-06-05 Thread Bill Somerville
On 24/05/2016 21:55, Bill Somerville wrote: I am trying to make a framework using a shared library. The docs say that the target property PUBLIC_HEADER should be a list of interface header files that install(TARGET ...) will populate .../.framework/Headers/ with but I cannot get that to

Re: [CMake] Problem building CMake with system OPENSSL

2016-06-05 Thread Kristian
Maybe you should add something like > include_directories(${OPENSSL_INCLUDE_DIR}) to your CMakeLists.txt ? 2016-06-03 10:27 GMT-04:00 Lowekamp, Bradley (NIH/NLM/LHC) [C] : > Hello, > > I am trying to build CMake on an old system with a new version of openssl. > My build

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-05 Thread Stuart Mentzer
On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: Am Samstag, 4. Juni 2016, 19:26:22 schrieb Stuart Mentzer: On 6/4/2016 5:03 PM, Roger Leigh wrote: On 04/06/2016 20:47, Stuart Mentzer wrote: Hello, FindFreetype.cmake is failing to find the debug library on Windows because it is named

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-05 Thread Stuart Mentzer
On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: Am Samstag, 4. Juni 2016, 19:26:22 schrieb Stuart Mentzer: On 6/4/2016 5:03 PM, Roger Leigh wrote: On 04/06/2016 20:47, Stuart Mentzer wrote: Hello, FindFreetype.cmake is failing to find the debug library on Windows because it is named

Re: [cmake-developers] Developer tasks - Refactoring

2016-06-05 Thread Stephen Kelly
On 05/20/2016 12:06 AM, Daniel Pfeifer wrote: > On Thu, May 19, 2016 at 11:18 PM Daniel Pfeifer > > wrote: > > On Wed, Feb 10, 2016 at 12:15 AM Stephen Kelly > wrote: > > 1) Make

Re: [cmake-developers] Developer tasks - Refactoring

2016-06-05 Thread Stephen Kelly
On 05/19/2016 11:27 PM, Daniel Pfeifer wrote: > On Wed, Feb 10, 2016 at 12:12 AM, Stephen Kelly wrote: >> 1) Make cmLocalGenerator not inherit cmOutputConverter >> * Change enums like cmLocalGenerator::START_OUTPUT with sed. See >> >>

Re: [cmake-developers] Productbuild CPack generator

2016-06-05 Thread Roman Wüger
Is it in CMake 3.6.x? Regards Roman > Am 02.06.2016 um 18:03 schrieb clin...@elemtech.com: > > Hi Harry, > > I have submitted a productbuild generator this morning. > https://cmake.org/gitweb?p=cmake.git;a=commit;h=b746bd5c > > Its capabilities should be about equal to the PackageMaker

[Cmake-commits] CMake branch, master, updated. v3.6.0-rc1-28-gfc45ecf

2016-06-05 Thread Kitware Robot
_VERSION_MINOR 6) -set(CMake_VERSION_PATCH 20160605) +set(CMake_VERSION_PATCH 20160606) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/