[CMake] find_library does not find libcurl for ios simulator

2015-05-05 Thread Jochen Issing
Hi, I am running 3.2.2 and also get the error with 3.1.0 on a mac. I have the particular curl library in a custom path. The following snippet fetches the library correctly for mac and iOS, but not for iOS-simulator. I also tried to change find_library to find_path using the real (platform depend

[CMake] EFFECTIVE_PLATFORM_NAME for iOS not in $

2014-09-29 Thread Jochen Issing
Hi all, I am currently working on a project for iOS and run into a problem when linking/running custom commands. My setup is xcode 5.1.1 with cmake 2.8.12.2 (but I also tried with xcode 6 and cmake 3.0.1 - same issue). On iOS the EFFECTIVE_PLATFORM_NAME happens to be appended to the target path

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-14 Thread Jochen Issing
On 2013-08-06 13:09, Jochen Issing wrote: On 2013-08-06 12:19, Jorge Perez wrote: I have the same problem with Win64 + Visual Studio 2010 professional. It works from command line running cmake from /Visual Studio Command Prompt /but I'm not able to configure using the gui even if I star

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-06 Thread Jochen Issing
hat's how it started for me - now it is always failing when using "Visual Studio 10", but now I can not even find my stdlib headers (e.g. stdio.h) within the Visual Studio 10 installation/ path. I'll keep you updated if I find anything new... -- jochen / / // 2013/8

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-05 Thread Jochen Issing
On 05.08.2013, at 17:42, Jochen Issing wrote: > On 05.08.2013, at 17:17, Bill Hoffman wrote: > >> On 8/5/2013 10:32 AM, i...@nesono.com wrote: >>> Hi All, >>> >>> I hope this is not an old and boring question to you, but I did not >>> f

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-05 Thread Jochen Issing
On 05.08.2013, at 17:17, Bill Hoffman wrote: > On 8/5/2013 10:32 AM, i...@nesono.com wrote: >> Hi All, >> >> I hope this is not an old and boring question to you, but I did not >> find any help in the web to the following problem: >> >> I try to create a Visual Studio 10 solution on Windows 8 w

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-05 Thread Jochen Issing
Hi, I ran I to this problem before but should have fixed that previously. I have checked for double environment variables, but have found none (I filtered the output of set and saved it sorted as well as sorted and unique but output did not differ) -- jochen On 05.08.2013, at 16:45, Sybren A. S

Re: [CMake] make test missing

2010-11-09 Thread Jochen Issing
Hi All, sorry for taking so much time for this wimpy problem. I think I found the issue and it's simple as always. See some small comments inline On 09.11.2010, at 03:28, Alan W. Irwin wrote: > On 2010-11-09 02:52+0100 Michael Hertling wrote: > >> On 11/08/2010 10:03 PM, Jo

[CMake] make test missing

2010-11-08 Thread Jochen Issing
Hi list, I tried to add ctest to my project and did this by adding ENABLE_TESTING() and several ADD_TEST(...) to my CMakeLists.txt file. The tests are run on executables, which are built inside a dedicated test directory in my project root and the execs show up in my Makefile. After reading thro