Re: [CMake] Wrong LOCATION_CONFIG property value with MACOSX_BUNDLE option set

2009-01-19 Thread Nicolas Desprès
I forgot to mention that setting CMAKE_BUILD_TYPE by either Debug or Release does not change the problem. I except the value to be: /Users/polrop/src/helloworld/_build/helloworld.app/Contents/MacOS/helloworld Cheers, On Tue, Jan 20, 2009 at 12:44 AM, Nicolas Desprès nicolas.desp...@gmail.com

Re: [CMake] File modification detection based on content (not timestamp)

2009-01-07 Thread Nicolas Desprès
to solve this problem. When building after switching branch if you did not change anything ccache hits the cache. I know ccache works well with gcc or mingw but for other compiler I don't know. Maybe it is possible to use it only with the Makefile generator of cmake. [...] -- Nicolas Desprès

Re: [CMake] Symlink problem under linux for runtime search path generation

2008-12-26 Thread Nicolas Desprès
On Wed, Dec 24, 2008 at 10:39 PM, Brad King brad.k...@kitware.com wrote: Nicolas Desprès wrote: But in this kind of case, cmake could figure out that these two directories are actually the same ? There is code to figure that out but it doesn't seem to be working for some reason. My guess

Re: [CMake] Custom NSIS script

2008-12-26 Thread Nicolas Desprès
CMAKE_MODULE_PATH and then patch it to do the same job of your custom nsis script. [...] Cheers, -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] [CPACK][NSIS] Installing files in My Documents folder

2008-11-05 Thread Nicolas Desprès
regards, -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] [CPACK][NSIS] Installing files in My Documents folder

2008-11-05 Thread Nicolas Desprès
that it is based on some CPACK_* variables rather than hardcoding into the NSIS.template.in file, feel free to attach a patch to a feature request. Let us know how you make out! Thanks, David On Wed, Nov 5, 2008 at 8:28 AM, Nicolas Desprès [EMAIL PROTECTED] wrote: Hi cpackers, I'm

Re: [CMake] How to find GetPrerequisites.cmake ?

2008-11-03 Thread Nicolas Desprès
: include(GetPrerequisites) Hope this helps, Cheers, -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] How to find GetPrerequisites.cmake ?

2008-11-03 Thread Nicolas Desprès
On Mon, Nov 3, 2008 at 9:11 PM, Stephen Collyer [EMAIL PROTECTED] wrote: Nicolas Desprès wrote: On Mon, Nov 3, 2008 at 8:47 PM, Stephen Collyer [EMAIL PROTECTED] wrote: I'm trying to call this script at install time with something like: INSTALL(SCRIPT ${CMAKE_MODULE_PATH

[CMake] Get parse error with cmake -C

2008-10-30 Thread Nicolas Desprès
the -C option properly... Cheers, -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] How is GetPreRequisites used?

2008-10-29 Thread Nicolas Desprès
/listinfo/cmake ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] [CPACK][NSIS] vendor name used in the install directory

2008-10-23 Thread Nicolas Desprès
Vendor\ProgName x.y leads to an error on Vista since it claims that my program has not been installed properly (something similar to http://www.cmake.org/pipermail/cmake/2008-August/023459.html) I attach a patch that what I want. Best regards, -- Nicolas Desprès vendor-dir.patch Description

[CMake] [CPACK][NSIS] How to set default start menu directory

2008-10-23 Thread Nicolas Desprès
the NSIS.template.in in the CVS but I've found nothing. Any help? Best regards, -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Configuring .bat file with native path under windows

2008-10-14 Thread Nicolas Desprès
; ${ARGN}) foreach(var ${${in}_VARIABLES}) string(REPLACE / \\ ${var}_in ${${var}}) endforeach(var) configure_file(${in} ${out} ${${in}_OPTIONS}) endfunction(configure_file_with_native_paths) Cheers, Nico Andy On Tue, Oct 14, 2008 at 7:29 AM, Nicolas Desprès [EMAIL

[CMake] Configuring .bat file with native path under windows

2008-10-14 Thread Nicolas Desprès
before to configure the file. Currently, I'm using a wrapper around configure_file to do the tricks but it is very cumbersome. Does any one know a better way to deal with this issue? Is there any chance to have an option to configure_file that do the tricks? Best regards, -- Nicolas Desprès

[CMake] FILE(INSTALL does not follow symbolic links

2008-10-02 Thread Nicolas Desprès
cmake -E copy but I would like to have a consistent output with the -- Installing: printed by cmake and the -- Up-to-date stuff. As a workaround, how can I write a cmake script that retrieve the name of the file pointed by a symbolic link? -- Nicolas Desprès

[CMake] -DNDEBUG passed to Qt moc compiler

2008-09-03 Thread Nicolas Desprès
module could handle such issue automatically. Cheers, -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] find_library first searches for static libraries

2008-07-02 Thread Nicolas Desprès
On Wed, Jul 2, 2008 at 4:25 AM, Philip Lowman [EMAIL PROTECTED] wrote: On Tue, Jul 1, 2008 at 2:37 PM, Nicolas Desprès [EMAIL PROTECTED] wrote: Hi list, I'm looking for a way to say to find_library (cmake 2.6.0) that I prefer static libraries rather than shared libraries. It seems

[CMake] find_library first searches for static libraries

2008-07-01 Thread Nicolas Desprès
) find_library(OPENSSL_LIBRARY ssl) If someone has a better solution, please fill free to tell me. Thx in advance, -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CMake 2.6.0 Beta ready for testing!

2008-04-02 Thread Nicolas Desprès
and the license popup when the dmg is opened. Then, you only have to drag and drop the icon in the finder to your Applications directory. I would love that DMG cpack generator could do that. -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http

[CMake] Texinfo file configuration.

2008-03-28 Thread Nicolas Desprès
} ${__configure_textinfo_copy__${i}}) set(__configure_textinfo_copy__${i}) endforeach(i) message(STATUS Configure '${input}' to '${output}') endfunction(CONFIGURE_TEXINFO) endif(NOT COMMAND CONFIGURE_TEXINFO) Best regards, -- Nicolas Desprès ___ CMake mailing list

[CMake] [CPack] Generated package description file.

2008-03-28 Thread Nicolas Desprès
? Is there any work around except writting my own CPack.cmake? Best regards, -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] [CPack] Generated package description file.

2008-03-28 Thread Nicolas Desprès
On Fri, Mar 28, 2008 at 4:02 PM, Bill Hoffman [EMAIL PROTECTED] wrote: Nicolas Desprès wrote: Hi, In my project, I generate the readme file that I use as package description file in cpack. In my top CMakeLists.txt I have: set(CPACK_PACKAGE_DESCRIPTION_FILE ${README_FILE

Re: [CMake] [CPack] Generated package description file.

2008-03-28 Thread Nicolas Desprès
of add_custom_command. -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

<    1   2   3