Re: [CMake] CMake 2.8.10 with Xcode 4.4.1

2013-01-14 Thread Asmodehn Shade
Hello, I managed to reproduce the problem with the simple HelloWorld given by Nicholas a bit earlier in this thread, with a slight modification. The problem seems to come from : *set(CMAKE_OSX_SYSROOT iphoneos6.0)* Just add this line to the CMakeLists.txt, and you will see that the path for the b

Re: [CMake] CMAKE_PARSE_ARGUMENTS - nice but ..

2013-01-14 Thread Alexander Neundorf
Hi Tomasz, On Monday 14 January 2013, Tomasz Majchrowski wrote: > Dear CMake Community > > Since couple of release cmake is distributed with macro: > cmake_parse_arguments > http://www.cmake.org/cmake/help/v2.8.9/cmake.html#module:CMakeParseArgument > s It's very convenient macro, however the mac

Re: [CMake] retreiving the libraries the maven way?

2013-01-14 Thread Andreas Pakulat
Hi, On Mon, Jan 14, 2013 at 9:17 AM, Nicolas Herbaut wrote: > I started working on a new c++ project comming back after 4+ years of java > coding. > > For java, I use nexus, which is a binary repository server, that provides an > nice REST API that allows clients to download dependencies by provi

Re: [CMake] CMake 2.8.10 with Xcode 4.4.1

2013-01-14 Thread Brad King
On 01/13/2013 09:37 PM, Asmodehn Shade wrote: > bash-3.2$ xcodebuild Tutorial.xcodeproj/ > === BUILD AGGREGATE TARGET ZERO_CHECK OF PROJECT Tutorial WITH THE > DEFAULT CONFIGURATION (Debug) === > Check dependencies > unsupported build action 'Tutorial.xcodeproj' Th

Re: [CMake] How to set the cmake variable on windows

2013-01-14 Thread Parchet Michaël
Hi, I call cmake with this command line. Cmake CMakeList. Is it correct ? Tanks for your answer. Best regards mparchet De : Brett Delle Grazie [mailto:brett.dellegra...@gmail.com] Envoyé : lundi 14 janvier 2013 14:42 À : Parchet Michaël Cc : KDE on Windows; cmake@cmake.

[CMake] CMAKE_PARSE_ARGUMENTS - nice but ..

2013-01-14 Thread Tomasz Majchrowski
Dear CMake Community Since couple of release cmake is distributed with macro: cmake_parse_arguments http://www.cmake.org/cmake/help/v2.8.9/cmake.html#module:CMakeParseArguments It's very convenient macro, however the macro do not check if the argument is mandatory or optional. Q1: Is there any ge

[CMake] Cuda and CMake: Linking error : member .. in archive is not an object

2013-01-14 Thread Nicole Schubert
Hi there, I have problems with CMake and Cuda under Windows 7. Here is my CMakeLists.txt: ... ###thecudafiles SET(CUDA_SRCS source/kernel.cu) ### find cuda FIND_PACKAGE(CUDA 4.0) SET(CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE OFF) SET(CUDA_64_BIT_DEVICE_CODE ON) SET(CUDA_NVCC_FLAGS "-a

[CMake] retreiving the libraries the maven way?

2013-01-14 Thread Nicolas Herbaut
Hello, I started working on a new c++ project comming back after 4+ years of java coding. For java, I use nexus, which is a binary repository server, that provides an nice REST API that allows clients to download dependencies by providing the library name and a target version. I'm wonderin

Re: [CMake] How to set the cmake variable on windows

2013-01-14 Thread Brett Delle Grazie
On 10 January 2013 22:28, Parchet Michaël wrote: > > Hello, > > How can I set minGW as default cmake compiler on windows ? > Tanks for your answer. > > Regards > > mparchet > Le 10 janv. 2013 à 22:47, Patrick von Reth a > écrit : > > > Hi you have to use "cmake -G"MinGW Makefiles" ..." > > > > O

[CMake] Object_Library limitation import/export

2013-01-14 Thread Tomasz Majchrowski
Dear CMake Community We found newly introduce "OBJECT" library type very useful. In particular we found use case in the context of re-usage the same object to provide static and dynamic version of the library. Unfortunately in the current version there is no possibility to IMPORT/EXPORT this libr

Re: [CMake] Magick++ trimming pixels that are not of background color (pixels same color on top and bottom of image)

2013-01-14 Thread imagene...@gmail.com
Forgot to specify the image: http://s1.postimage.org/a7r69yxsr/m_medium_bc.png On Mon, Jan 14, 2013 at 3:37 AM, imagene...@gmail.com wrote: > The following image of size 1x9 is being trimming to 1x6 because > presumably the pixel at the type is the same color as the pixel at the > bottom and in