Re: [CMake] Project with .NET Formular (Header with resx)

2011-07-05 Thread David Cole
A .NET Forms -based, managed C++ project is certainly not the typical output of a CMake project. CMake is largely focused on cross-platform C++ projects. Believe it or not, you may be the first to attempt to do this and expect it to work... If this is just a piece of a larger project, you could

[CMake] problem with CMAKE_FIND_LIBRARY_SUFFIXES/FindBLAS/BLA_STATIC

2011-07-05 Thread Yngve Inntjore Levinsen
Dear developers, I am having what looks like a problem with library suffixes which I am not able to figure out. Essentially, our project has an option which when turned on adds a -static to the compiler flags. This then obviously need any libraries to be static if one should use them. I then

[CMake] CMAKE_ROOT issue in scratchbox, N9(50)

2011-07-05 Thread Laszlo Papp
Hi, I am trying to build a package in scratchbox on Harmattan, but I am having a small issue in the installation step (The compilation and build went just fine). Everything worked just fine previously on MeeGo and desktop system. This is the first place where I have such an issue. We have some

Re: [CMake] External_Project_Add() and custom build configurations ?

2011-07-05 Thread Glenn Coombs
This had me stumped for a while until I came across the -P command line option to cmake. I have now added a build command to my external project like so: ExternalProject_Add(external_proj PREFIX${CMAKE_BINARY_DIR}/external_proj SOURCE_DIR

Re: [CMake] External_Project_Add() and custom build configurations ?

2011-07-05 Thread David Cole
On Tue, Jul 5, 2011 at 12:02 PM, Glenn Coombs glenn.coo...@gmail.comwrote: This had me stumped for a while until I came across the -P command line option to cmake. I have now added a build command to my external project like so: ExternalProject_Add(external_proj PREFIX

[cmake-developers] [CMake 0012318]: typo on the tutorial page (v 2.6)

2011-07-05 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12318 == Reported By:Jerry Assigned To: