[cmake-developers] [CMake 0012876]: Recognizing a PLATFORM_TOOLSET property for Visual Studio builds!

2012-01-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12876 == Reported By:thesaint Assigned To:

Re: [CMake] directshow change dll name to .ax - RESOLVED

2012-01-16 Thread gilles B
Thank you very much for your help Michael. regards Gilles. Message: 5 Date: Thu, 12 Jan 2012 16:34:02 +0100 From: Michael Wild them...@gmail.com Subject: Re: [CMake] directshow change dll name to .ax To: cmake@cmake.org Message-ID: 4f0efd6a.5060...@gmail.com Content-Type: text/plain;

[CMake] Unrecognized option '-rdynamic'

2012-01-16 Thread Jan Erik Knoblauch
Hi all. I tried googling this warning I get when linking my executable, but I couldn't find how to resolve this. I have an existing gnu makefile based project in Linux that I recently have converted to CMake (and very happy about it). I am now trying to resolve the last issues and I would like to

[CMake] Default compiler and linker flags with VS2010

2012-01-16 Thread Michael Stürmer
Hi there, I want to automate a build of my software package. For that I use the NMake Makefiles generator and Visual Studio 2010. Even though I set all the necessary linker the way that my visual studio solution does not generate any error, I get warnings when I compile the NMake-way: LINK:

Re: [CMake] bug in FindOpeMP.cmake ?

2012-01-16 Thread Szilárd Páll
Additionally, the FindOpenMP.cmake implementation could see some improvements: - It prints excessive amount of messages to the standard output, 30x2 lines before it fails, which is quite annoying and the module doesn't fully respect the QUIET parameter. - The error message can be confusing for

Re: [CMake] does CMake have usage targets like Premake?

2012-01-16 Thread Yuri Timenkov
if i understand correctly it's CMake's find_package analog. On Jan 16, 2012 10:41 AM, Lance Luvaul la...@mso.anu.edu.au wrote: See http://sourceforge.net/**tracker/index.php?func=detail**

[CMake] shared library with CMake in kdevelop4

2012-01-16 Thread pasparis
I am new with kdevelop and cmake so apologize for this pretty naive question, I create in kdevelop a proj3 project and want to link a library so I create a second project projA within the proj3 directorythe projA CMakelist is project(proja)set( lib_SOURCES Execute_Msg.cpp )add_library(proja

Re: [CMake] shared library with CMake in kdevelop4

2012-01-16 Thread David Cole
On Mon, Jan 16, 2012 at 8:38 AM, paspa...@noos.fr wrote: I am new with kdevelop and cmake so apologize for this pretty naive question, I create in kdevelop a proj3 project and want to link a library so I create a second project projA within the proj3 directory the projA CMakelist is

Re: [CMake] shared library with CMake in kdevelop4

2012-01-16 Thread David Cole
On Mon, Jan 16, 2012 at 9:34 AM, David Cole david.c...@kitware.com wrote: On Mon, Jan 16, 2012 at 8:38 AM,  paspa...@noos.fr wrote: I am new with kdevelop and cmake so apologize for this pretty naive question, I create in kdevelop a proj3 project and want to link a library so I create a

Re: [CMake] shared library with CMake in kdevelop4

2012-01-16 Thread Michael Hertling
On 01/16/2012 02:38 PM, paspa...@noos.fr wrote: I am new with kdevelop and cmake so apologize for this pretty naive question, I create in kdevelop a proj3 project and want to link a library so I create a second project projA within the proj3 directory the projA CMakelist is

[CMake] Creating the resource-only dll with NMake

2012-01-16 Thread Kozlovskiy, Alexey
Hi, I tried to create a simple CMake project to assemble a resource only dll. My CMakeList.txt file: cmake_minimum_required(VERSION 2.8) set (PROJECT_NAME viewerResDLL) project ( ${PROJECT_NAME} ) set ( SRCS_MAIN viewerres_en.rc ) set ( HDRS_MAIN

[CMake] How to add CMake includes and libraries to Visual Studio Solution?

2012-01-16 Thread hellhound
I use CMake to generate a Visual Studio 2010 project and solution file. Actually I could set different settings, like warning level, incremental building flag ect. from CMake. But I can't set additional includes and libraries, listed in the VC++ Directory configuration tab. For GCC projects

Re: [CMake] shared library with CMake in kdevelop4

2012-01-16 Thread Michael Hertling
On 01/16/2012 04:23 PM, paspa...@noos.fr wrote: Thank you michael in fact at the beginning I wanted just to do a static local library (I am totally new with cmake, before I didn't use that kind of tools with VS and recently netbeans) finally according to your suggestions I wrote:

Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-01-16 Thread Abdelrazak Younes
http://public.kitware.com/Bug/view.php?id=12614 Even though this is not a bug fix... :-) Thanks and regards, Abdel. -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of David Cole Sent: Monday, January 02, 2012 6:12 PM To: cmake Subject:

Re: [CMake] Problems finding the SSL library

2012-01-16 Thread Matchek
2011/12/22 Maciej (Matchek) Bliziński mac...@opencsw.org: CMake Error at cmake/ssl.cmake:83 (MESSAGE):  Cannot find appropriate system libraries for SSL.  Use WITH_SSL=bundled to  enable SSL support Call Stack (most recent call first):  CMakeLists.txt:255 (MYSQL_CHECK_SSL) I found the

Re: [CMake] Problems finding the SSL library

2012-01-16 Thread Michael Wild
On 01/16/2012 04:59 PM, Maciej (Matchek) Bliziński wrote: 2011/12/22 Maciej (Matchek) Bliziński mac...@opencsw.org: CMake Error at cmake/ssl.cmake:83 (MESSAGE): Cannot find appropriate system libraries for SSL. Use WITH_SSL=bundled to enable SSL support Call Stack (most recent call first):

Re: [CMake] How to add CMake includes and libraries to Visual Studio Solution?

2012-01-16 Thread J Decker
I just use include_directories( ... ) LINK_DIRECTORIES( ...} ) which works fine for specifying additional directories for that project and all sub projects included. On Mon, Jan 16, 2012 at 7:24 AM, hellho...@binary-revolution.org wrote: I use CMake to generate a Visual Studio 2010 project and

Re: [CMake] CPack-NSIS component-based installer lacking components page...might I be forgetting something?

2012-01-16 Thread Patrick Ryan
Hi Eric, Thanks for the response. I should clarify that the application we're building is ParaView. On Fri, Jan 13, 2012 at 5:13 PM, Eric Noulard eric.noul...@gmail.com wrote: 2012/1/13 Patrick Ryan pr...@objectivity.ca: Hi, I'm using CMake 2.8.6 to generate an NSIS installer. We have two

Re: [CMake] How to add CMake includes and libraries to Visual Studio Solution?

2012-01-16 Thread hellhound
Where did you define your INCLUDE_DIRECTORIES? I also tried to set an absolute path instead of using the CMake list, same result. Nothing is set... Here is the link to the complete cmake file:

Re: [CMake] How to add CMake includes and libraries to Visual Studio Solution?

2012-01-16 Thread John Drescher
Where did you define your INCLUDE_DIRECTORIES? I also tried to set an absolute path instead of using the CMake list, same result. Nothing is set... For me this works as well. Define INCLUDE_DIRECTORIES anywhere above the ADD_EXECUTABLE or ADD_LIBRARY and visual studio will use it. -- John M.

[CMake] parallel make -j N

2012-01-16 Thread Andrea Galeazzi
I generated a MakeFile Project (MinGW) and I'd like to speed up the build process using -j N option. So I launched: make -j 2 all. Unfortunately I noticed that the Makefile, generated by CMake self, contains this row: $(MAKE) -f CMakeFiles\Makefile2 all , so Makefile2 won't be executed in

Re: [CMake] parallel make -j N

2012-01-16 Thread Bill Hoffman
On 1/16/2012 12:10 PM, Andrea Galeazzi wrote: I generated a MakeFile Project (MinGW) and I'd like to speed up the build process using -j N option. So I launched: make -j 2 all. Unfortunately I noticed that the Makefile, generated by CMake self, contains this row: $(MAKE) -f CMakeFiles\Makefile2

Re: [CMake] How to add CMake includes and libraries to Visual Studio Solution?

2012-01-16 Thread hellhound
Hmm this is strange, INCLUDE_DIRECTORIES is used but no effect. I try to set: INCLUDE_DIRECTORIES(C:/binrev/development/boost/1.47/) But the additional directory entry of my MSVC solution holds only the default settings:

Re: [CMake] How to add CMake includes and libraries to Visual Studio Solution?

2012-01-16 Thread John Drescher
On Mon, Jan 16, 2012 at 2:44 PM, hellho...@binary-revolution.org wrote: Hmm this is strange, INCLUDE_DIRECTORIES is used but no effect. I try to set:  INCLUDE_DIRECTORIES(C:/binrev/development/boost/1.47/) But the additional directory entry of my MSVC solution holds only the default

Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-01-16 Thread Alexander Neundorf
On Monday 16 January 2012, Abdelrazak Younes wrote: http://public.kitware.com/Bug/view.php?id=12614 It's on my list, but I can't prmise I'll be able to do it for 2.8.8. Alex -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] How to add CMake includes and libraries to Visual Studio Solution?

2012-01-16 Thread hellhound
Thanks for support. Anything is working fine as described by you. I've only checked the wrong solution folders ... - Original Message - From: e...@sf-mail.de To: cmake@cmake.org Date: 16.01.2012 21:01:37 Subject: Re: [CMake] How to add CMake includes and libraries to Visual Studio

Re: [CMake] How to add CMake includes and libraries to Visual Studio Solution?

2012-01-16 Thread J Decker
On Mon, Jan 16, 2012 at 10:21 AM, John Drescher dresche...@gmail.com wrote: On Mon, Jan 16, 2012 at 1:15 PM, J Decker d3c...@gmail.com wrote: On Mon, Jan 16, 2012 at 10:08 AM, Rolf Eike Beer e...@sf-mail.de wrote: J Decker wrote: I just use include_directories( ... ) This is right.

Re: [CMake] How to add CMake includes and libraries to Visual Studio Solution?

2012-01-16 Thread Andreas Pakulat
On 16.01.12 21:03:20, J Decker wrote: On Mon, Jan 16, 2012 at 10:21 AM, John Drescher dresche...@gmail.com wrote: On Mon, Jan 16, 2012 at 1:15 PM, J Decker d3c...@gmail.com wrote: On Mon, Jan 16, 2012 at 10:08 AM, Rolf Eike Beer e...@sf-mail.de wrote: J Decker wrote: I just use

[Cmake-commits] CMake branch, next, updated. v2.8.7-2105-g74d2757

2012-01-16 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 74d2757c6ffbd4012d566143c66cdcaf3e896f54 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2107-ge9e598e

2012-01-16 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via e9e598e8a5417c86bc9fb032e22e82a0241f8948 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2111-g741e8ac

2012-01-16 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 741e8ac34cd2502e30b092130bbfbb8096fee6f1 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2120-g22340e0

2012-01-16 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 22340e07b80c51685f24ccf745445abf1b2989d1 (commit) via