Re: [CMake] Xcode does not link against frameworks

2015-01-26 Thread Parag Chandra
y 25, 2015 at 7:43 AM To: "cmake@cmake.org<mailto:cmake@cmake.org>" mailto:cmake@cmake.org>> Subject: Re: [CMake] Xcode does not link against frameworks I took a closer look at the problem and while as I said the libraries are correctly found, when I look at the project file, I se

Re: [CMake] Xcode does not link against frameworks

2015-01-25 Thread Daniel Kollmann
I took a closer look at the problem and while as I said the libraries are correctly found, when I look at the project file, I see this: OTHER_LDFLAGS = " -Wl,-search_paths_first -Wl,-headerpad_max_install_names -framework Accelerate -framework Accelerate -framework Accelerate -framework Accelerate

[CMake] Xcode does not link against frameworks

2015-01-24 Thread Daniel Kollmann
Hello, I add my required frameworks through this function of mine: function(add_framework target framework) if(APPLE) find_library(found ${framework}) if(${found} STREQUAL "${framework}-NOTFOUND³) message(FATAL_ERROR "ERROR: ${framework} not found (${CMAKE_OSX_SYS