Re: [CMake] Implicity CMAKE_CURRENT_BINARY_DIR include_directories

2009-05-12 Thread Mike Arthur
On Saturday 09 May 2009 22:25:24 Alexander Neundorf wrote: > > set(CMAKE_INCLUDE_CURRENT_DIR ON) > Documentation committed to HEAD. Cheers Alex, I was sure I'd seen it somewhere! -- Cheers, Mike Arthur http://mikearthur.co.uk/

[CMake] Implicity CMAKE_CURRENT_BINARY_DIR include_directories

2009-05-07 Thread Mike Arthur
or is it there somewhere? Thanks! -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and chec

Re: [CMake] autoheader

2009-03-30 Thread Mike Arthur
On Monday 30 March 2009 16:58:47 Bill Hoffman wrote: > I think you could do this pretty easily in a function, and a command > would not be needed. Anyway, does the API look good? Looks good to me! -- Cheers, Mike Arthur http://mikearthur

Re: [CMake] Bundle Generator Background Image/Custom .DS_Store support

2009-03-27 Thread Mike Arthur
On Thursday 05 February 2009 18:27:06 David Cole wrote: > I agree with Clint. This belongs in the new cmCPackDragNDropGenerator. Any updates on this getting merged? I'm happy to make changes and I'd really like to see this hit 0.6.4. -- Cheers, Mike Arthur http://mik

Re: [CMake] Bundle Generator DMG Volume Name/Compression Type variable support

2009-03-27 Thread Mike Arthur
e this hit 0.6.4. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://ww

Re: [CMake] How best to capture the current Date/Time

2009-03-20 Thread Mike Arthur
gt; CMAKE_CURRENT_MONTH > CMAKE_CURRENT_DAY > CMAKE_CURRENT_HOUR > CMAKE_CURRENT_MINUTE > CMAKE_CURRENT_SECOND > > that would be _really_ helpful. I agree, this is something I've always been a bit surprised that it isn't in CMak

Re: [CMake] Bundle Generator Background Image/Custom .DS_Store support

2009-03-18 Thread Mike Arthur
On Thursday 05 February 2009 18:27:06 David Cole wrote: > I agree with Clint. This belongs in the new cmCPackDragNDropGenerator. Please find attached a new patch for the DND generator. Sorry about the delay! -- Cheers, Mike Arthur http://mikearthur.co.uk/ --- Source/CP

Re: [CMake] Bundle Generator DMG Volume Name/Compression Type variable support

2009-03-18 Thread Mike Arthur
lly identical to the old patch. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMa

Re: [CMake] Bundle Generator DMG Volume Name/Compression Type variable support

2009-03-18 Thread Mike Arthur
On Wednesday 18 February 2009 12:31:25 Mike Arthur wrote: > Please review the attached patch for inclusion. > > It adds support to the bundle generator to allow customisation of the > volume name and hdiutil compression type used to create the DMG. A new version of this patch aga

Re: [CMake] MACOSX_BUNDLE_ICON_FILE bug

2009-03-14 Thread Mike Arthur
lation code are you using? I'm not any more, I'm now using the Bundle CPack generator. I believe I just installed it to "Resources" or to ".". -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com

Re: [CMake] MACOSX_BUNDLE_ICON_FILE bug

2009-03-14 Thread Mike Arthur
cation afterwards. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] open source project for CMake ports?

2009-03-07 Thread Mike Arthur
e to draw that conclusion has led me to a new conclusion: don't read mailing lists when you are very tired! -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kit

Re: [CMake] open source project for CMake ports?

2009-03-07 Thread Mike Arthur
ting as a bit overengineering from day one and is turning into (yet another) package manager rather than just a collection of CMake'd buildsystems as described earlier. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Visit

Re: [CMake] functions & custom commands- what's the trick?

2009-02-20 Thread Mike Arthur
can't run CMake functions at "Make" time though, only "CMake" time (which will only be called to first generate or if the CMake files have changed). -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.c

[CMake] Bundle Generator DMG Volume Name/Compression Type variable support

2009-02-18 Thread Mike Arthur
Please review the attached patch for inclusion. It adds support to the bundle generator to allow customisation of the volume name and hdiutil compression type used to create the DMG. -- Mike Arthur Software Engineer Mendeley Ltd. --- Source/CPack/cmCPackBundleGenerator.cxx 22 Jan 2009 18:56:13

Re: [CMake] ccmake not built on Linux 64

2009-02-17 Thread Mike Arthur
On Tuesday 17 February 2009 20:30:07 Michael Jackson wrote: > Yep. Silly me, expecting ncurses to be installed by default.. It is, just not the development headers. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Vi

Re: [CMake] CMAKE_INTDIR / CMAKE_CFG_INTDIR

2009-02-17 Thread Mike Arthur
s value at all? How? > (SET_TARGET_PROPERTIES?) This can't be done (as far as I can tell). The only way of achieving something similar is to use NMake makefiles instead of using a MSVC project, which doesn't set CMAKE_INTDIR. -- Cheers, Mike Arthur http://mikearthur.co.uk/

Re: [CMake] open source project for CMake ports?

2009-02-17 Thread Mike Arthur
r to use (in my opinion). -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check

Re: [CMake] CMake Facebook group

2009-02-16 Thread Mike Arthur
On Monday 16 February 2009 16:09:19 Bill Hoffman wrote: > I have created a CMake Facebook group that is open to the public. If > you are on Facebook, please feel free to join. Link: http://www.facebook.com/group.php?gid=54596142422 -- Cheers, Mike Arthur http://mikearthur

Re: [CMake] "unit" testing your CMakeLists.txt

2009-02-11 Thread Mike Arthur
pplication can be run correctly should be enough. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic an

[CMake] Bundle Generator Background Image/Custom .DS_Store support

2009-02-05 Thread Mike Arthur
Please review the attached patch for inclusion. It adds support to the bundle generator to add a background image and .DS_Store for people (like myself/Mozilla/Last.fm) who want CPack to be able to set a nice background to the Bundle without having to manually convert it. -- Cheers, Mike

Re: [CMake] INSTALL dependencies

2009-01-28 Thread Mike Arthur
INK_LIBRARIES and installs them too. The GetPrerequisites is designed exactly for this. It's a bit tricky to use but I use it to install dependencies for my executables. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing lis

Re: [CMake] cpack bundle generator qq

2009-01-28 Thread Mike Arthur
On Monday 26 January 2009 21:53:18 Timothy M. Shead wrote: > I'm looking at an up-to-date CMake source tree, and I don't see this > generator ... can you explain what it is? Apologies, PackageMaker generator is what I meant. -- Cheers, Mike Arthur http://

Re: [CMake] cpack bundle generator qq

2009-01-24 Thread Mike Arthur
f > build-bundling by default, but allow sufficient configuration to handle > more complex packaging scenarios. I think it's worth look at the PackageKit generator which does this properly. I guess I just want to make sure that whatever is decided, moving on, there are clear and c

Re: [CMake] Obtaining dependencies of static libraries

2009-01-23 Thread Mike Arthur
hing in CMake. b) You may have uncovered a bug in CMake and we'd like to help make CMake better than it is. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Recompile with different flags

2009-01-20 Thread Mike Arthur
for intellectual curiosity, why does this have to be? No worries if you don't have time to reply to this, I'm just interested by other peoples configurations :) -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cma

Re: [CMake] cpack bundle generator qq

2009-01-16 Thread Mike Arthur
ncy in CPack rather than getting worse. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] cpack bundle generator qq

2009-01-16 Thread Mike Arthur
three ways of doing it, all having slightly different features... -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] cpack bundle generator qq

2009-01-16 Thread Mike Arthur
vaguely hacking on the Bundle generator when I get the chance but it takes a while to get stuff committed so I'll keep just posting on the mailing list any patches I do and keep them local. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] cpack bundle generator qq

2009-01-16 Thread Mike Arthur
ller. Sorry, how is this _not_ the Bundle generator? -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] cpack bundle generator qq

2009-01-16 Thread Mike Arthur
o make a nice NSIS installer also > worked just fine with PackageMaker. I like that consistency. I didn't > see that with the bundle generator. Yeh, as I say, it needs a bit of work and to do a few more checks to stop you shooting yourself in the foot. -- Cheers, Mike Arthur ht

Re: [CMake] cpack bundle generator qq

2009-01-16 Thread Mike Arthur
rsonally, but the Bundle generator doesn't support it. If you wanted to do it that way I guess I'd add component support (like the PackageMaker/NSIS installers support) to the Bundle generator. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___

Re: [CMake] cpack bundle generator qq

2009-01-16 Thread Mike Arthur
tup command. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CPack PackageMaker bug?

2009-01-16 Thread Mike Arthur
like fakeroot for Linux but I'm not sure if that runs on OS X... -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] cmake 2.6.3 RC 8

2009-01-14 Thread Mike Arthur
On Tuesday 13 January 2009 22:15:09 Bill Hoffman wrote: > I have a release candidate (RC 8) for 2.6.3 ready for CMake. Great, thanks! Any chance you reckon my hdiutil cpack fix might make it into 2.6.3? -- Cheers, Mike Arthur http://mikearthur.co

Re: [CMake] CPack Bundle Generator easily hits hdiutil MNAMELEN limit

2009-01-08 Thread Mike Arthur
find attached to this email and on the bug: http://public.kitware.com/Bug/view.php?id=7523 Let me know your thoughts. -- Cheers, Mike Arthur http://mikearthur.co.uk/ diff -dur source/Source/CPack/cmCPackBundleGenerator.cxx cmake-patch/Source/CPack/cmCPackBundleGenerator.cxx --

[CMake] CPack Bundle Generator easily hits hdiutil MNAMELEN limit

2009-01-07 Thread Mike Arthur
fix (if agreed). -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CMakeEd Eclipse Plugin version 1.1.0 Now Available

2009-01-05 Thread Mike Arthur
rceforge.net> > Downloads are available at > <http://sourceforge.net/project/showfiles.php?group_id=193949&package_id=22 >8545 Any reason this isn't in the update site (yet) ? -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMa

Re: [CMake] Question about install()

2008-12-10 Thread Mike Arthur
#x27;ve got a solution for you, we've used at my place of work. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] cmake 2.6.3 RC 5

2008-12-03 Thread Mike Arthur
On Wednesday 03 December 2008 16:36:23 Bill Hoffman wrote: > I have a release candidate (RC 5) for 2.6.3 ready for CMake. Did my "PATCH: Bundle Generator need not require CPACK_BUNDLE_STARTUP_COMMAND" ever get applied for 2.6.3? -- Cheers, Mike Arthur http://mik

Re: [CMake] Invoking "make" with CMake scripts?

2008-11-29 Thread Mike Arthur
s you need to keep up to date with their buildsystem and also apply any security fixes or whatever to your local version of the application. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Unicode in Visual Studio projects

2008-11-26 Thread Mike Arthur
"Use Unicode Character Set"? In Visual Studio this just sets CFLAGS on the commandline. You can't actually change the option but you can set the CFLAGS to do the same thing. I can't remember what they are off the top of my head though and too busy t

Re: [CMake] What does `cross-platform' mean?

2008-11-07 Thread Mike Arthur
systematically broken in niche environments > which are disproportionately popular on clusters, an important > demographic for my projects. Cool, I just objected to your claims that it isn't "properly" cross-platform because that really hasn't met w

Re: [CMake] What does `cross-platform' mean?

2008-11-07 Thread Mike Arthur
environment. CMake may not be perfect but it's the best damned cross-platform build system I've seen for C/C++ by a _long_ way. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CMake generated build number?

2008-11-05 Thread Mike Arthur
setting the application version depending on information extracted from that name. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] PATCH: Bundle Generator need not require CPACK_BUNDLE_STARTUP_COMMAND

2008-11-04 Thread Mike Arthur
cussion as to why this was necessary. -- Cheers, Mike Arthur http://mikearthur.co.uk/ --- source/Source/CPack/cmCPackBundleGenerator.cxx 2008-11-04 10:58:33.058664518 + +++ cmake-patch/Source/CPack/cmCPackBundleGenerator.cxx 2008-11-04 11:03:42.162648246 + @@ -113,22 +113,14 @@

Re: [CMake] CPack DEB Packaging: Automate dependency resolution

2008-11-04 Thread Mike Arthur
to work on this at some stage but can't justify doing it at work yet. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Bundle Generator conflicts with MACOSX_BUNDLE

2008-11-04 Thread Mike Arthur
against the current CVS when they are working for me. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Bundle Generator conflicts with MACOSX_BUNDLE

2008-11-04 Thread Mike Arthur
that, but it doesn't generate the DMG for me as well and means I'll have a very different procedure for packaging on Mac from Windows and Linux. I'm working on some patches to fix the issues with the Bundle Generator, will attach some later to

Re: [CMake] Bundle Generator conflicts with MACOSX_BUNDLE

2008-11-03 Thread Mike Arthur
e-provided install_name_tool. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Bundle Generator conflicts with MACOSX_BUNDLE

2008-10-31 Thread Mike Arthur
was just getting very frustrated with not being able to get it working. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] view execute_process command

2008-10-31 Thread Mike Arthur
te > them. It would be good to know this but I tend to just copy the command itself into a MESSAGE(FATAL_ERROR) and read the output. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Bundle Generator conflicts with MACOSX_BUNDLE

2008-10-30 Thread Mike Arthur
L(SCRIPT) calls. Perhaps I'm just being stupid but if you can't help with the above can I perhaps submit a patch to do so? -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Bundle Generator conflicts with MACOSX_BUNDLE

2008-10-30 Thread Mike Arthur
position. Generally I'm pretty confused as to why most of the CPack logic seems to be in C++ and not in CMake itself, where it could be more easily modified and actually hook into the provided CMake modules functionality which, in cases like this, prove very useful. -- Cheers, Mike A

Re: [CMake] Bundle Generator conflicts with MACOSX_BUNDLE

2008-10-29 Thread Mike Arthur
ing arbitrary files (e.g. a DS_Store/background.png) into the DMG? How hard would it be to implement this manually using CMake? Can you hook in at that level (I tried but failed). -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing l

[CMake] Bundle Generator conflicts with MACOSX_BUNDLE

2008-10-29 Thread Mike Arthur
both counts! -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] How is GetPreRequisites used?

2008-10-28 Thread Mike Arthur
em (Linux, OS X, Windows) there are different > solutions. Which system are you working on? All three systems. I've managed to get something working by making a CMake script file that uses it to get the resulting libraries and install them. -- Cheers, Mike Arthur

[CMake] How is GetPreRequisites used?

2008-10-28 Thread Mike Arthur
Perhaps I'm just being stupid but I can't see how this can be used as it needs to be called at installation time and I'm not aware that modules can be? Does anyone have a working example of how to install its outputted libraries? -- Cheers, Mike Arthur http://m

Re: [CMake] GetPrequisites ldd regex incorrect (with fix)

2008-10-24 Thread Mike Arthur
requisites to install some libraries. Also, the "system" detection seems to not work on Linux either. Presumably you'd welcome a patch on this stuff. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org

[CMake] GetPrequisites ldd regex incorrect (with fix)

2008-10-24 Thread Mike Arthur
on the bugtracker for this too? -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] GetPrequisites working for anyone?

2008-10-24 Thread Mike Arthur
I'm really real problems with GetPrequisites, anyone got it working with ldd on Linux? I get correct ldd output but the regex doesn't seem to be correct in matching... -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing

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

2008-10-23 Thread Mike Arthur
you aren't 100% sure of the vendor it makes finding their files difficult. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] configure_file and Source Control

2008-10-08 Thread Mike Arthur
trol. They will only need to build the library once. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] [New Module] Protocol buffers

2008-09-25 Thread Mike Arthur
aintained by Kitware. I did post all my modules that I posted to the bug tracker to this mailing list too. I didn't put "[New Module]" in the subject line or attach the files, instead linking to the attachment in the bugtracker. Should I redo this? -- Cheers, Mike Arthur

Re: [CMake] [New Module] Protocol buffers

2008-09-25 Thread Mike Arthur
h perhaps Kitware would link to and we can plaster over the wiki. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Dependencies and ADDITIONAL_MAKE_CLEAN_FILES

2008-09-25 Thread Mike Arthur
esigned > to do that. But again, I can't figure out how to get it to do so. An > example would get me going, I'm sure. In the relevant source directory: set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES FOO.ASM BAR.LST) Hope this was helpful, if not, let m

Re: [CMake] the switch to subversion?

2008-09-23 Thread Mike Arthur
On Tuesday 23 September 2008 16:19:05 Michael Wild wrote: > git rocks! ;-) I agree but not everyone is happy using the console for their VCS. You move to git and you alienate said people. Subversion, on the other hand, has a lots of GUI tools available for such folks. -- Cheers, Mike Art

[CMake] Module to relocate an OSX library

2008-09-17 Thread Mike Arthur
these. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Module to "install" files to the MSVC build directories

2008-09-17 Thread Mike Arthur
kitware.com/Bug/view.php?id=7694 Thanks to my employer, Mendeley (http://www.mendeley.com) for allowing me to freely share these. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Module to get UNIX symlinks from a library's name

2008-09-17 Thread Mike Arthur
loyer, Mendeley (http://www.mendeley.com) for allowing me to freely share these. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Module to get Qt .dll library location on Windows

2008-09-17 Thread Mike Arthur
email me. http://public.kitware.com/Bug/view.php?id=7692 Thanks to my employer, Mendeley (http://www.mendeley.com) for allowing me to freely share these. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www

[CMake] Module to provide QT_LIBRARIES_RELEASE and QT_LIBRARIES_DEBUG

2008-09-17 Thread Mike Arthur
http://public.kitware.com/Bug/view.php?id=7691 Thanks to my employer, Mendeley (http://www.mendeley.com) for allowing me to freely share these. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/lis

Re: [CMake] Small, realistic Cpack example

2008-09-17 Thread Mike Arthur
On Tuesday 16 September 2008 20:13:15 Mike Arthur wrote: > I've written a CMake Module to do this that I've been meaning to add to the > CMake bugtracker for ages. I showed it to Alex Neundorf at Akademy and he > seemed very interested. Anyone else? Mike Jackson, I feel there

Re: [CMake] Small, realistic Cpack example

2008-09-16 Thread Mike Arthur
Again, due to the lack of anything > else, your solution does work. I've written a CMake Module to do this that I've been meaning to add to the CMake bugtracker for ages. I showed it to Alex Neundorf at Akademy and he seemed very interested. Anyone

[CMake] CTest/test target customisation

2008-09-11 Thread Mike Arthur
7;m just being stupid but it seems almost impossible to customise what "make test" does or override it with my own version, whilst still having it run all the tests I've added with "add_test". Any ideas? -- Cheers, Mike Arthur _

[CMake] Add dependency to add_test

2008-09-05 Thread Mike Arthur
I'm trying to make add_test depend on the source of the test executable so if it is changed then running "make test" will regenerate the executable first. Any ideas? -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http:

[CMake] Merging third-party modules upstream?

2008-07-29 Thread Mike Arthur
necessary. -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Debug libraries

2008-07-28 Thread Mike Arthur
hout d). However, I > couldn't do the same with the others and I don't know how I can tell > MSStudio that when compile in Debug chose the debug ones. http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/FindLibraryWithDebug.cmake?view=markup That's

Re: [CMake] Installing OSX Frameworks

2008-07-24 Thread Mike Arthur
* ) endmacro(get_library_and_symlinks LIBRARY) So to use it you might do e.g.: get_library_and_symlinks(CLUCENE_LIBRARY) install(FILES ${CLUCENE_LIBRARY_AND_SYMLINKS} DESTINATION "${LIBRARY_INSTALL_DIRECTORY}" ) -- Cheers, Mike Arthur _

[CMake] get_filename_component ABSOLUTE doesn't work?

2008-07-23 Thread Mike Arthur
Maybe I don't understand the documentation but it seems to suggest it resolves symlinks? However, if I use this on e.g. /usr/lib/libmodulename.so which is symlinked to /usr/lib/libmodulename.so.0.0 then it doesn't seem to resolve. Any ideas? -- Cheers, M

Re: [CMake] Installing OSX Frameworks

2008-07-23 Thread Mike Arthur
dard when packaging on OSX then it would be good if there were some integration for this, even if we had to specify the relocations manually. -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Static build against system/third-party libraries?

2008-07-23 Thread Mike Arthur
How can I get target_link_libraries to chose a static library over a dynamic so I can do a static build with CMake? Bonus points for a cross-platform solution! Thanks! -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org

Re: [CMake] CPACK_NSIS_CREATE_ICONS incorrect

2008-07-23 Thread Mike Arthur
Mendeley\bin\Mendeley.exe. If I manually specify my CPACK_NSIS_CREATE_ICONS then these are created correctly but I don't think this should be necessary. I think this is a bug in the NSIS generator. -- Cheers, Mike Arthur ___ CMake mailing list CMa

[CMake] CPACK_NSIS_CREATE_ICONS incorrect

2008-07-22 Thread Mike Arthur
configuration below. -- Cheers, Mike Arthur set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/Description.txt") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Mendeley Description Summary") set(CPACK_PACKAGE_VENDOR "Mendeley Ltd.") set(CPACK_PACKAGE_VERSION_MAJOR "0&q

[CMake] Installing OSX Frameworks

2008-07-22 Thread Mike Arthur
Has anyone worked out a nice way of installing the needed OSX frameworks into my application bundle? -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] CPACK_SET_DESTDIR

2008-07-22 Thread Mike Arthur
What does CPACK_SET_DESTDIR actually do? I can't find it documented anywhere but it seems needed for some CPack generators. CPack seems great but it's very poorly documented compared to CMake, even when using the wiki. -- Cheers, M

[CMake] CPack: OS X PackageMaker installs into /Applications/$CMAKE_INSTALL_PREFIX

2008-07-21 Thread Mike Arthur
The PackageMaker created DMG installs my Program.app into /Applications/$CMAKE_INSTALL_PREFIX. Any idea why it is doing this, it seems pretty unlikely than anyone would ever want this behaviour? How can I stop this? -- Cheers, Mike Arthur ___ CMake

[CMake] Staticly Link to VC++ Runtime

2008-07-18 Thread Mike Arthur
I'm trying to distribute my application to Windows users and am getting some fairly horrendous grief with manifests. Can anyone advise how I'd get CMake to statictly link against the msvc*.dll files that my application needs when compiled with MSVC++? Thanks! -- Cheers, M

[CMake] Fwd: Re: Survey: Are you using the Eclipse CDT Generator?

2008-07-16 Thread Mike Arthur
buttons seem to be disabled in favour of this. It would be good to have them re-enabled or at least an option so, if you'd like the default Eclipse behaviour (build button = make all) then you can have it easily. Otherwise it seemed to work fine f

Re: [CMake] QTestlib CTest Integration

2008-07-03 Thread Mike Arthur
st * -- Process completed Passed 100% tests passed, 0 tests failed out of 1 -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] QTestlib CTest Integration

2008-07-03 Thread Mike Arthur
default is to produce nice clean pass/fail output for each test. > If your developers want to see the output, they can add -V. Sorry, should have been more clear. What I mean is it possible to make "ctest -V" the default when running

Re: [CMake] QTestlib CTest Integration

2008-07-03 Thread Mike Arthur
I'm still battling with this, it's annoying me quite a lot. Would you guys accept a patch if I add this as a feature to CMake? In the meantime, is it possible somehow to force ctest to run as "ctest -V" so my developers can at least see the QTestLib output? --

Re: [CMake] Adding C(XX)FLAGS by using an environment variable?

2008-07-02 Thread Mike Arthur
On Wednesday 02 July 2008 15:51:03 you wrote: > export CC='gcc -g' Is it just 'export CXX' for C++ compiler? -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Adding C(XX)FLAGS by using an environment variable?

2008-07-02 Thread Mike Arthur
ut as I currently do without that flag. -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Adding C(XX)FLAGS by using an environment variable?

2008-07-02 Thread Mike Arthur
-- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Adding C(XX)FLAGS by using an environment variable?

2008-07-02 Thread Mike Arthur
I'm wanting to try and add C(XX)FLAGS by using an environment variable so I can pass "-fmessage-length=0" only when compiling inside Eclipse. Is there any way to do this? CMake doesn't seem to respect C(XX)FLAGS as environment variables at "make"

Re: [CMake] Generating source code packages with Windo ws line endings

2008-06-23 Thread Mike Arthur
indows editor" doesn't like them. -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Adding non-compiled files to project?

2008-06-23 Thread Mike Arthur
OC_SRCS}) source_group("MOC Files\\Generated Files" FILES ${Common_MOC_SRCS}) No luck doing that in CMake 2.6. -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Adding non-compiled files to project?

2008-06-23 Thread Mike Arthur
That seems to work great. The only problem I'm having now is how I apply source_group to files that are generated by other commands e.g. moc_* files from qt4_wrap_cpp Thanks! -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http

[CMake] Adding non-compiled files to project?

2008-06-23 Thread Mike Arthur
aders to my projects? -- Cheers, Mike Arthur ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

  1   2   >