Re: [CMake] could not find cmake module

2011-04-10 Thread Eric Noulard
2011/4/9 Christian Vander Jagt chrisvanderj...@yahoo.com: I am trying to use cmake to compile a program from source code, i am getting this error: CMake Error: Error required internal CMake variable not set, cmake may be not be  built correctly. Missing variable is:

[CMake] Alternative default CMAKE_C_STANDARD_LIBRARIES_INIT

2011-04-10 Thread Campbell Barton
Yesterday I found there was a bug caused by the default linking flags (-ladvapi32 with mingw incidentally was crashing with %.*f printf() formatting). So I tried to override CMAKE_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES_INIT but wasn't able to find any nice way of doing it. the problem

Re: [CMake] could not find cmake module

2011-04-10 Thread Christian Vander Jagt
I'm using CMake 2.8, I did not compile it, I got it from http://cmake.org/cmake/resources/software.html, I guess plain windows vista, the compiler I'm using is MinGW, not sure if that's the same as the generator, i have probably about 20 CMakeLists.txt, which one do you want?

Re: [CMake] could not find cmake module

2011-04-10 Thread Eric Noulard
2011/4/10 Christian Vander Jagt chrisvanderj...@yahoo.com: I'm using CMake 2.8, You should something like 2.8.x, what is the x ? I did not compile it, I got it from http://cmake.org/cmake/resources/software.html, Ok good, I bet you took the Windows Installer. I guess plain windows vista,

Re: [CMake] could not find cmake module

2011-04-10 Thread Christian Vander Jagt
I don't know what I'm doing differently now, but I am getting something different now. An error message window is opening saying: This application has failed to start because libgmp-10.dll was not found. Re-installing the application may fix the problem.

Re: [CMake] could not find cmake module

2011-04-10 Thread Eric Noulard
2011/4/10 Christian Vander Jagt chrisvanderj...@yahoo.com: I am trying to compile VTK, i have never used CMake before, 2.8.4, MinGW makefiles is the generator, Then you should ask your question on the VTK mailing list in the first place. http://www.vtk.org/VTK/help/mailing.html -- Erk Membre

[CMake] How to add plugins to MAC OSX Application bundles?

2011-04-10 Thread Kenny Erleben
Hi all, I am trying to extend my CMake setup to properly make a max osx application bundle. I figured out how to use SET_SOURCE_FILES_PROPERTIES with MACOSX_PACKAGE_LOCATION and SET_TARGET_PROPERTIES for doing most of the stuff. However, I can not get my generated Xcode project to copy

Re: [CMake] Target visibility in CMake using Xcode generator

2011-04-10 Thread Michael Hertling
On 04/09/2011 06:32 PM, Manuel Holtgrewe wrote: There're two spots in your A/CMakeLists.txt catching my eye, although I doubt that they are actually causing the difficulties you report on: 1) The DEPENDS clause of ADD_CUSTOM_TARGET() is meant for file-level dependencies only, i.e. you

[Cmake-commits] CMake branch, master, updated. v2.8.4-323-ga72c0a2

2011-04-10 Thread KWSys Robot
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, master has been updated via a72c0a2004f488e47e71b4f9641e9a74c154adfb (commit) from