Re: [CMake] how to set per-configuration xcode attributes

2009-09-30 Thread Jesse Beder
On Sat, Sep 26, 2009 at 11:30 PM, Jesse Beder be...@math.uiuc.edu wrote: I'm using the following syntax to set certain build settings on a per-configuration basis: set(CMAKE_CONFIGURATION_TYPES Debug Release Distribution) set(CMAKE_CXX_FLAGS_DISTRIBUTION -Os) and also setting specific Xcode

[CMake] how to set per-configuration xcode attributes

2009-09-26 Thread Jesse Beder
I'm using the following syntax to set certain build settings on a per-configuration basis: set(CMAKE_CONFIGURATION_TYPES Debug Release Distribution) set(CMAKE_CXX_FLAGS_DISTRIBUTION -Os) and also setting specific Xcode properties like this: set_target_properties(${NAME} PROPERTIES