Re: [CMake] CMake and NaCl (Google NativeClient)

2011-08-23 Thread Alexander Neundorf
On Thursday 11 August 2011, Nils Hjelte wrote: Hello! I'm trying to port a C++ project to NaCl (http://code.google.com/chrome/nativeclient/), with cmake as the build system, and I need to figure out some things. I am using a Mac as build machine. I have changed the CMAKE_CXX_COMPILER/LINKER

Re: [CMake] CMake and NaCl (Google NativeClient)

2011-08-15 Thread Jean-Christophe Fillion-Robin
Hi Nils, Did you try to specify an empty value for the following properties: CMAKE_OSX_SYSROOT CMAKE_OSX_DEPLOYMENT_TARGET CMAKE_OSX_ARCHITECTURES ? On Thu, Aug 11, 2011 at 8:17 AM, Nils Hjelte n...@algoryx.se wrote: Hello! I'm trying to port a C++ project to NaCl

[CMake] CMake and NaCl (Google NativeClient)

2011-08-11 Thread Nils Hjelte
Hello! I'm trying to port a C++ project to NaCl (http://code.google.com/chrome/nativeclient/), with cmake as the build system, and I need to figure out some things. I am using a Mac as build machine. I have changed the CMAKE_CXX_COMPILER/LINKER variables to use the nacl toolchain. What I would