Re: [CMake] One more problem with Xcode generation

2008-07-16 Thread Carminati Federico
Good to know. This is what I did at the end. Thanks, Federico Carminati CERN-PH 1211 Geneva 23 Switzerland Tel: +41 22 76 74959 Fax: +41 22 76 79480 Mobile: +41 76 487 4843 On 16 Jul 2008, at 20:30, Bill Hoffman wrote: Carminati Federico wrote: Hello, The following simple CMakeLists.txt wor

Re: [CMake] One more problem with Xcode generation

2008-07-16 Thread Bill Hoffman
Carminati Federico wrote: Hello, The following simple CMakeLists.txt works when generating unix makefiles but fails when generating xcode project: # -*- mode: cmake -*- Project(Test) Cmake_Minimum_Required(VERSION 2.6) Set(CMAKE_VERBOSE_MAKEFILE ON) Set(DATEFLAGS "-D`uname` -Dlong64=\"long

[CMake] One more problem with Xcode generation

2008-07-16 Thread Carminati Federico
Hello, The following simple CMakeLists.txt works when generating unix makefiles but fails when generating xcode project: # -*- mode: cmake -*- Project(Test) Cmake_Minimum_Required(VERSION 2.6) Set(CMAKE_VERBOSE_MAKEFILE ON) Set(DATEFLAGS "-D`uname` -Dlong64=\"long long\"") Set(CMAKE_CXX_FLA