XCode 4 cannot import CMAKE_build_type and cannot set BuildType directory in bin directory
XCode 4 cannot import CMAKE_build_type and cannot set BuildType directory in bin directory
- Subject: XCode 4 cannot import CMAKE_build_type and cannot set BuildType directory in bin directory
- From: Ignaz Reicht <email@hidden>
- Date: Tue, 21 Jun 2011 14:57:19 +0200
Dear Users,
when building external libraries such as ITK, VTK, GDCM, etc. from
source (using CMake), XCode 4.0.1 is not able to import the BuildType
parameter set in Cmake 2.8-4. When setting CMAKE_BUILD_TYPE = Release,
still XCode uses Debug as build type. It is getting more mysterious.
Even on manually setting the BuildType value to RELEASE in XCode, the
building path in the bin directory of the builddirectory is named Debug.
For choosing different build types of ITK in XCode 4.0.1, the
buildType directory is always named Debug:
XCode BuildType: Debug ..... resulting buildPath /ITK-build/bin/Debug
XCode BuildType: Release ..... resulting buildPath /ITK-build/bin/Debug
has anyone a solution for that?
CMake 2.4-8
XCode 4.0.1
OSX 10.6.7 iMac Core-i7
thank you
Igi
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden