[CMake] CMake 2.8.10 with Xcode 4.4.1

Nicholas Yue yue.nicholas at gmail.com
Thu Nov 22 01:08:07 EST 2012


On 19/11/12 10:31 PM, David Cole wrote:
> In the CMake source tree, can you try to build "Tests/Tutorial/Step1" with the Xcode generator and report the results?
$ xcodebuild Tutorial.xcodeproj
=== BUILD AGGREGATE TARGET ZERO_CHECK OF PROJECT Tutorial WITH THE 
DEFAULT CONFIGURATION (Debug) ===
Check dependencies
unsupported build action 'Tutorial.xcodeproj'


** BUILD FAILED **


The following build commands failed:
     Check dependencies
(1 failure)

>
> Can you send your simple CMakeLists.txt file and its single source here?
Files are attached
>
> What does your machine report when you run "xcode-select -print-path"?
$ xcode-select -print-path
/Applications/Xcode.app/Contents/Developer

Cheers

-- 
Nicholas Yue
Graphics - RenderMan, Visualization, OpenGL, HDF5
Custom Dev - C++ porting, OSX, Linux, Windows
http://au.linkedin.com/in/nicholasyue
https://vimeo.com/channels/naiadtools

-------------- next part --------------
ADD_EXECUTABLE ( nicholas main.cpp )
-------------- next part --------------
#include <stdio.h>

int main()
{
	printf("Hello world\n");
	return 0;
}



More information about the CMake mailing list