Hi,
I've already set CMAKE_OSX_SYSROOT to /Developer/SDKs/MacOSX10.7.sdk
And CMAKE_OSX_DEPLOYMENT_TARGET to 10.7
Thanks in advance
Best regards
> Am 02.02.2015 um 06:58 schrieb Braden McDaniel :
>
>> On Sun, 2015-02-01 at 22:56 +0100, NoRulez wrote:
>> I've my SDK under /Developer/SDKs/MacOSX
On Sun, 2015-02-01 at 22:56 +0100, NoRulez wrote:
> I've my SDK under /Developer/SDKs/MacOSX10.7.sdk.
You need to set CMAKE_OSX_SYSROOT to that path.
It's surprising you were able to get very far at all without that;
perhpas CMAKE_OSX_SYSROOT got set to something else (you definitely
don't want t
Hello,
I've my SDK under /Developer/SDKs/MacOSX10.7.sdk.
I've tried to set several CMake and environment variables, but
check_include_files doesn't find anything. (e.g. sys/types.h, sys/stat.h,
memory.h, ...)
What did I need to define, so that check_include_files find my include files?
The di
I did managed to make this work with the following command line
$/Applications/CMake*/Contents/bin/ctest -C Debug -D Experimental
Of course this only means that there's something about the CMake generated
file for Xcode which some sort of issue. It would be helpful to see this
addressed!
Robert
CMake mailing list wrote
> This output:
>
> Submit files (using http)
>Using HTTP submit method
>Drop site:http://my.cdash.org/submit.php?project=Safe+Numerics
>Uploaded:
> /Users/robertramey/WorkingProjects/safe_numerics_xcode/Testing/20150201-0209/Build.xml
This output:
Submit files (using http)
Using HTTP submit method
Drop site:http://my.cdash.org/submit.php?project=Safe+Numerics
Uploaded:
/Users/robertramey/WorkingProjects/safe_numerics_xcode/Testing/20150201-0209/Build.xml
make: ***
[/Users/robertramey/WorkingProjects
This output:
On Sun, Feb 1, 2015 at 10:25 AM, Robert Ramey wrote:
> Julien Jomier wrote
>> It seems to be here:
>>
>> http://my.cdash.org/index.php?project=Safe+Numerics&date=2015-01-31
>>
>> Note that CDash is processing the XML files asynchronously therefore it
>> might take some time for the r
Julien Jomier wrote
> It seems to be here:
>
> http://my.cdash.org/index.php?project=Safe+Numerics&date=2015-01-31
>
> Note that CDash is processing the XML files asynchronously therefore it
> might take some time for the results to show up.
>
> Julien
Hmmm - it hasn't shown up yet
Robert Ram
srira...@vit.in wrote:
> Thanks Elke.
> Find_package works perfectly. I also used find_library successfully on
> my linux at work.
> However, find_library fails for OS X
>
> -- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.0")
> -- Found include: /usr/include/libxml2
Loo