Re: [CMake] cross-testing support in cmake

2019-11-11 Thread stefan
such that the invocation of the wrapper script will receive some target-specific arguments ? Thanks, Stefan -- ...ich hab' noch einen Koffer in Berlin... -- Powered by kitware.com/cmake Kitware offers various services to support the CMake community. For more information on each

Re: [CMake] cross-testing support in cmake

2019-11-06 Thread stefan
()`, but assuming that this internally calls `add_test()`, I assume the injection will still happen. Many thanks ! Stefan -- ...ich hab' noch einen Koffer in Berlin... -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki

[CMake] cross-testing support in cmake

2019-11-05 Thread Stefan Seefeld
Hello, I'm looking for ways to enable cross-testing with cmake. I imagine some helper script that, during test execution, copies the test binary to a test platform, runs the binary there, and reports back the test result. Does cmake have support for such a scenario ? Thanks, Stefan

[CMake] combining multiple build variants into the same package (and install prefix)

2019-11-05 Thread stefan
-exist without having to install the build variants into distinct install prefixes ? Thanks, Stefan -- ...ich hab' noch einen Koffer in Berlin... -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware

Re: [CMake] HOWTO declare component inter-dependencies in multi-component packages

2019-10-10 Thread stefan
ping ? On 2019-10-07 12:47 p.m., stefan wrote: Hi, can you reproduce my observations ? I'm I doing something wrong or is there indeed an issue with CMake ? Should I follow up with a bug report ? Thanks, On 2019-10-04 2:20 p.m., stefan wrote: On 2019-10-03 5:24 p.m., Kyle Edwards wrote

Re: [CMake] HOWTO declare component inter-dependencies in multi-component packages

2019-10-07 Thread stefan
Hi, can you reproduce my observations ? I'm I doing something wrong or is there indeed an issue with CMake ? Should I follow up with a bug report ? Thanks, On 2019-10-04 2:20 p.m., stefan wrote: On 2019-10-03 5:24 p.m., Kyle Edwards wrote: On Thu, 2019-10-03 at 17:08 -0400, stefan wrote

Re: [CMake] HOWTO declare component inter-dependencies in multi-component packages

2019-10-04 Thread stefan
On 2019-10-03 5:24 p.m., Kyle Edwards wrote: On Thu, 2019-10-03 at 17:08 -0400, stefan wrote: Yes, that is exactly what I'm trying to do, but it doesn't seem to have any effect. That is, `dpkg --info ...` doesn't list the additional dependency, and correspondingly, running `apt-get install

Re: [CMake] HOWTO declare component inter-dependencies in multi-component packages

2019-10-03 Thread stefan
On 2019-10-03 4:59 p.m., Kyle Edwards wrote: On Thu, 2019-10-03 at 16:42 -0400, stefan wrote: My project is already using this style:   set(CPACK_COMPONENTS_ALL runtime development mstool) i.e. all components are already defined. All that's missing is the declaration of their (inter

Re: [CMake] HOWTO declare component inter-dependencies in multi-component packages

2019-10-03 Thread stefan
On 2019-10-03 4:37 p.m., Kyle Edwards wrote: On Thu, 2019-10-03 at 16:30 -0400, stefan wrote: Hi Kyle, thanks for the quick followup. On 2019-10-03 4:23 p.m., Kyle Edwards wrote: Please take a look at cpack_add_component(): https://cmake.org/cmake/help/latest/module/CPackComponent.html I'm

Re: [CMake] HOWTO declare component inter-dependencies in multi-component packages

2019-10-03 Thread stefan
age depend on the "runtime" package (generated from the same build process). Sorry for being obtuse. Stefan -- ...ich hab' noch einen Koffer in Berlin... -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake

[CMake] HOWTO declare component inter-dependencies in multi-component packages

2019-10-03 Thread stefan
uot; package ? I'v been trying to play with the CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS setting, but so far wasn't able to have my packages contain the expected dependencies in their metadata. Thanks, Stefan -- ...ich hab' noch einen Koffer in Berlin... -- Powered by www.kitware.com Please keep m

Re: [CMake] using `install()` with EXPORT and COMPONENT

2019-09-29 Thread Stefan Seefeld
ng forward to reading the slides. Many thanks ! Stefan -- ...ich hab' noch einen Koffer in Berlin... -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community

[CMake] using `install()` with EXPORT and COMPONENT

2019-09-28 Thread Stefan Seefeld
is the suggested way to package a project into the usual "runtime" and "dev" components ? Many thanks, Stefan -- ...ich hab' noch einen Koffer in Berlin... -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.or

Re: [CMake] c++2a

2019-05-09 Thread Stefan Fendt
Am 07.05.2019 um 20:37 schrieb Angel Campoverde: > Next time please ask what computer I am using. *What*? Really? *Please* give this a second thought... Stefan -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_

Re: [CMake] Beginners Guide to Cmake and Modern Cmake

2018-07-28 Thread Stefan Buschmann
ding https://github.com/cginternals/globjects Stefan On 28.07.2018 10:54, spacey...@outlook.com wrote: Hey Eric, Yes you are correct, the example software is not built with Cmake but i would like to add Cmake to it. Id like it crossplatform and Cmake seems like the best way. As said, im

Re: [CMake] spaces in generator strings troublesome (Michael Ellery)

2017-11-22 Thread Stefan . Waigand
replacing all '_' by ' ' to support this and be backward compatible? Are there other reasons i do not see? So i again like to kindly ask you to support (besides the established way) a command line like cmake . -GUnix_Makefiles Thank you, Stefan-- Powered by www.kitware.com Please keep messag

Re: [CMake] No response so far. -- Looking for fixed contract help building Library with CMake.

2016-08-12 Thread Stefan Buschmann
d to build it yourself, or did you just not find the binary download? Stefan. On 12.08.2016 17:50, Ken Boulange wrote: Any help would be appreciated. *From:*Ken Boulange [mailto:k...@shapesearch.com] *Sent:* Thursday, August 11, 2016 5:57 PM *To:* 'cmake@cmake.org' <cmake@cmake.org> *S

[cmake-developers] FW: 15975 Bug Fix GHS MULTI try compile

2016-03-21 Thread Wurzinger, Stefan
Thank you. The patch seems to solve the problem (15975) for me. I saw the patch was committed on the "next" branch. How does the further procedure look like until it becomes part of an official CMake release and how long does that take usually? Regards, Stefan -Original Message

Re: [cmake-developers] Code style auto-formatting

2015-11-17 Thread Kislinskiy, Stefan
want to add a hook to your git repository to automatically format your code when committing. See the link for details. Best regards, Stefan [1] http://clang.llvm.org/docs/ClangFormat.html Von: cmake-developers [cmake-developers-boun...@cmake.org] im

Re: [cmake-developers] generator expression for path slash conversion

2015-09-24 Thread Kislinskiy, Stefan
To: Kislinskiy, Stefan Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] generator expression for path slash conversion On 09/23/2015 10:45 AM, Kislinskiy, Stefan wrote: > I see. I would suggest that I add another output flag to > cmOutputConverter like SHELL_NO_ESCAPE then. If thi

Re: [cmake-developers] generator expression for path slash conversion

2015-09-24 Thread Kislinskiy, Stefan
ipts). Regarding the nice bracket tweak: Maybe the minimum required version in Tests/GeneratorExpression/CMakeLists.txt should be updated to 3.0.0 then? Stefan -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Donnerstag, 24. September 2015 16:22 To: Kislinskiy, St

Re: [cmake-developers] generator expression for path slash conversion

2015-09-23 Thread Kislinskiy, Stefan
- From: Brad King [mailto:brad.k...@kitware.com] Sent: Donnerstag, 17. September 2015 15:56 To: Kislinskiy, Stefan Cc: CHEVRIER, Marc; cmake-developers@cmake.org; James Johnston Subject: Re: [cmake-developers] generator expression for path slash conversion On 09/17/2015 09:51 AM, Kislinskiy, Stefan

Re: [cmake-developers] generator expression for path slash conversion

2015-09-21 Thread Kislinskiy, Stefan
Ah, thank you very much! I was confused as the distinction between WIN32 and UNIX worked nevertheless. -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Montag, 21. September 2015 16:17 To: Kislinskiy, Stefan Cc: CHEVRIER, Marc; cmake-developers@cmake.org; James

Re: [cmake-developers] generator expression for path slash conversion

2015-09-21 Thread Kislinskiy, Stefan
is working... which also fails. The configuring/generating itself is working.. Any ideas? Stefan -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Donnerstag, 17. September 2015 15:56 To: Kislinskiy, Stefan Cc: CHEVRIER, Marc; cmake-developers@cmake.org; James J

Re: [cmake-developers] generator expression for path slash conversion

2015-09-17 Thread Kislinskiy, Stefan
you think? If it is okay I would write some documentation as well of course. - Stefan -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Montag, 31. August 2015 21:33 To: Kislinskiy, Stefan Cc: CHEVRIER, Marc; cmake-developers@cmake.org; James Johnston Subject:

Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-31 Thread Kislinskiy, Stefan
As there is already a patch for such a genex in bug 15509 and the discussion in 5939 (both linked below in Brad's reply) started 7 years ago... It would be a great pity to let this issue seep away again. What can I do to help fixing this finally? Stefan -Original Message- From: cmake

Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-27 Thread Kislinskiy, Stefan
the feedback so far. -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Donnerstag, 27. August 2015 15:10 To: Kislinskiy, Stefan; CHEVRIER, Marc; David Cole Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] ExternalProject: Use native paths as substitute

Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-27 Thread Kislinskiy, Stefan
as substitute for directory tokens -Original Message- From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf Of Kislinskiy, Stefan Sent: Thursday, August 27, 2015 13:44 To: Brad King; CHEVRIER, Marc; David Cole Cc: cmake-developers@cmake.org Subject: Re: [cmake

Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-26 Thread Kislinskiy, Stefan
08:49 An: David Cole; Kislinskiy, Stefan Cc: cmake-developers@cmake.org Betreff: Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens I agree with David. Offering the possibility to manage native paths in an easy way is a very good enhancement (Today, I

Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-26 Thread Kislinskiy, Stefan
I see. Added native-style path replacements for SOURCE_NATIVE_DIR and so on. Also extended the documentation accordingly. Von: CHEVRIER, Marc [marc.chevr...@sap.com] Gesendet: Mittwoch, 26. August 2015 10:26 An: Kislinskiy, Stefan; David Cole Cc: cmake

Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-25 Thread Kislinskiy, Stefan
Dear CMake developers, any thoughts on the fix? :) Best regards, Stefan Kislinskiy Von: cmake-developers [cmake-developers-boun...@cmake.org] im Auftrag von Kislinskiy, Stefan [s.kislins...@dkfz-heidelberg.de] Gesendet: Freitag, 21. August 2015 23:56

Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-21 Thread Kislinskiy, Stefan
What do you think about the new patch I attached to this mail? It adds an option NATIVE_DIR_TOKENS to ExternalProjects_Add. I also attached a CMake script file which tests/shows this feature. Stefan Kislinskiy Von: cmake-developers [cmake-developers-boun

Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-21 Thread Kislinskiy, Stefan
to fix the bug directly as the only counter argument until now was about (loosely coupled) backwards compatibility and I hope I could show above that actually the reverse is true, and there is an on-going (loosely coupled) backwards compatibility issue. Stefan

Re: [cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-20 Thread Kislinskiy, Stefan
${work_dir} VERBATIM ) Best regards, Stefan -Original Message- From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf Of James Johnston Sent: Donnerstag, 20. August 2015 15:37 To: cmake-developers@cmake.org Subject: Re: [cmake-developers] ExternalProject: Use

[cmake-developers] ExternalProject: Use native paths as substitute for directory tokens

2015-08-19 Thread Kislinskiy, Stefan
directory tokens in some Windows commands like pushd, as these commands are not able to handle forward slashes. I attached a tiny patch which simply calls file(TO_NATIVE_PATH) before replacing directory tokens. Best regards, Stefan Kislinskiy external-project-native-dir-tokens.patch Description

[CMake] how to use the cmake functions get_prerequisites and get_filename_component for target dependency installation?

2014-06-24 Thread Stefan Dänzer
/24367033/how-to-use-the-cmake-functions-get-prerequisites-and-get-filename-component-for Regards, Stefan -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community

Re: [CMake] install(QUIET ...)

2014-06-13 Thread Stefan Eilemann
enough with CMake to know how this would look like (option?) nor how to start implementing it. Any takers? I'm also disappointed by the lack of feedback wrt 3.0 merge. Cheers, Stefan. -- http://www.eyescale.ch https://github.com/Eyescale/ http://www.linkedin.com/in/eilemann signature.asc

Re: [CMake] install(QUIET ...)

2014-04-07 Thread Stefan Eilemann
the changes. I don't think I have push rights to the remote repo. HTH, Stefan. -- http://www.eyescale.ch https://github.com/Eyescale/ http://www.linkedin.com/in/eilemann signature.asc Description: Message signed with OpenPGP using GPGMail -- Powered by www.kitware.com Please keep

[CMake] install(QUIET ...)

2014-04-04 Thread Stefan Eilemann
Hi, I gave the implementation of install(QUIET) a shot since it became an annoyance in a project. Please see http://www.cmake.org/Bug/view.php?id=13761 for a patch - feedback and merge into master are welcome! Cheers, Stefan. -- http://www.eyescale.ch https://github.com/Eyescale/ http

Re: [CMake] Unnecessary rebuild of ExternalProject_Add target

2014-02-08 Thread Stefan Eilemann
HTH, Stefan. -- http://www.eyescale.ch https://github.com/Eyescale/ http://www.linkedin.com/in/eilemann signature.asc Description: Message signed with OpenPGP using GPGMail -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki

[CMake] Cpack NSIS Issue

2014-01-06 Thread Stefan Fendt
}/source/gui/main.ico ) # Installer 'brand' bar .bmp SET( CPACK_PACKAGE_ICON ${CMAKE_CURRENT_SOURCE_DIR}sourceguiinstall.bmp ) SET( CPACK_NSIS_URL_INFO_ABOUT www.darc.de ) SET( CPACK_PACKAGE_VENDOR Stefan M. Fendt, DL1SMF ) SET( CPACK_NSIS_CONTACT ste

[CMake] WORKING_DIRECTORY problem: custom targets vs. testing

2013-12-20 Thread Stefan
the working directory is ./build and not ./ How can I set the working directory to ${PROJECT_SOURCE_DIR} correctly for my testcases? Thanks in advance + regards, Stefan PS: I am using cmake version 2.8.12.1 on Arch. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake

[CMake] Set alias in cmake script

2013-12-18 Thread Stefan
to be compiled. Of course I could set the alias name in my e.g. .bashrc, but having this in my cmake file would be a nice thing to have. Thanks in advance! Stefan -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware

Re: [CMake] Windows XP + CMake + VS2013

2013-12-10 Thread Stefan Fendt
Hi Andrey, You should add CMake command option /|-T vc120_xp |/ Many thanks! with best regards, Stefan -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake

[CMake] Windows XP + CMake + VS2013

2013-12-08 Thread Stefan Fendt
machine otherwise). How am I supposed to tell CMake to use this compiler toolchain? With best regards, Stefan -- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http

[CMake] Stripping debug information of shared libraries on install/packaging

2013-11-19 Thread Stefan Peters
.) if release-build-for-customers: strip all symbols But this would require some more steps to the whole build process and perhaps there is a easier way to get rid of the symbols. Regards, Stefan -- Stefan Peters Verified Systems International GmbH Am Fallturm 1 (Eingang E, 3. OG) 28359 Bremen

[CMake] read file content to a variable at build-time

2013-08-01 Thread Rothbauer, Stefan
the information. Thanks for any hints! Best regards, Stefan -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit

Re: [CMake] Complicated dependency handling between linux windows

2013-06-11 Thread Stefan Reuschl
2013/6/10 Robert Dailey rcdailey.li...@gmail.com One thing I have setup on my CMake script framework on Windows is an alias system. During configure, I tell CMake where my package repository root is on a windows share. Inside of this repository, third party libraries are listed in a

[CMake] Generated object files in Object Libraries

2012-11-19 Thread Stefan Bach
for future versions of CMake to support external objects inside OBJECT libraries? Any help is greatly appreciated. Cheers, Stefan -- 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] How to tell if a project is an ExternalProject

2012-11-07 Thread Stefan Eilemann
if this is a blessed way of doing so. Cheers, Stefan. -- http://www.eyescale.ch http://www.equalizergraphics.com http://www.linkedin.com/in/eilemann -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

[CMake] Bug? CPack packages also targets from externalproject.

2012-09-14 Thread BELLUS Stefan
I have project with name DocumentLibrary that depends on external project with name PrinterLibrary. #add external project ExternalProject_add(PrinterLibrary SVN_REPOSITORY ${svnPath} PREFIX ${CMAKE_CURRENT_BINARY_DIR}/dependecies-sources/

[CMake] How to get modified cache variables?

2012-09-02 Thread Stefan Reuschl
cache variables to keep track of the configuration e.g. to reproduce a build. I tried playing around which the MODIFIED property for cache variables but that's never set or returns a flag. Regards, Stefan -- Powered by www.kitware.com Visit other Kitware open-source projects at http

[CMake] Update multiple subprojects in CTest script

2012-09-01 Thread Stefan Reuschl
. Is that still true? Regards, Stefan -- 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://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http

Re: [CMake] Getting started with the tutorial

2012-08-23 Thread Stefan Reuschl
Am 22.08.2012, 22:59 Uhr, schrieb David MacQuigg macqu...@ece.arizona.edu: I'm just getting started with CMake. Downloaded and installed version 2.8.9 under Mac OS 10.6. Downloaded the tutorial (Step 1) from Tests/Tutorial. Everything looks normal. I then ran CMake and filled out the

[CMake] A way to suppress 'make install' output

2012-06-25 Thread Stefan Eilemann
, Stefan. -- http://www.eyescale.ch http://www.equalizergraphics.com http://www.linkedin.com/in/eilemann -- 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

Re: [CMake] A way to suppress 'make install' output

2012-06-25 Thread Stefan Eilemann
. Cheers, Stefan. PS: This is a resend - any reason this ML doesn't set 'Reply-To: cmake cmake@cmake.org'? -- http://www.eyescale.ch http://www.equalizergraphics.com http://www.linkedin.com/in/eilemann -- Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] Can imported libraries depend on ExternalProject targets?

2012-06-23 Thread Stefan Reuschl
Am 22.06.2012, 20:21 Uhr, schrieb Kent Williams nkwmailingli...@gmail.com: OK, I guess. The only reason I bring this up is ITK. If you're familiar with the ITK build process, it has a 'module' concept -- not a module in the CMake sense (where it is a library intended for runtime loading),

Re: [CMake] ExternalProject_Add and Boost

2012-06-21 Thread Stefan Eilemann
set the BOOST_ROOT variable (or other appropriate variables) for my real project. I'll play around with this idea when I get some time, thanks for the comment! Yes, see for example: https://github.com/Eyescale/Buildyard/ HTH, Stefan. -- http://www.eyescale.ch http

Re: [CMake] Strange behavior with Nightly builds

2012-06-06 Thread Stefan Reuschl
|| |+source | +Nightly || |+build || |+source Regards, Stefan -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

[CMake] Dependencies between independent projects

2012-06-01 Thread Stefan Eilemann
/buildyard-c-source-project-management/ HTH, Stefan. PS: Contributions are welcome! -- http://www.eyescale.ch http://www.equalizergraphics.com http://www.linkedin.com/in/eilemann -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

[CMake] Ignore install()

2012-04-18 Thread Stefan Schindler
after installing, but I'd rather go with a cleaner solution. Greetings, Stefan. -- 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://www.cmake.org/Wiki

Re: [CMake] apply for maintainer of FindOpenCL.cmake

2012-02-24 Thread Stefan Fendt
Hi, It would be nice to have an OpenCL find module. But it should include easy access to the Intel and NVIDIA libraries as well, I think, not just AMD. I'm not an CMake-expert... but maybe my variant of a FindOpenCL.cmake might be of some use for someone... best regards Stefan Fendt

[CMake] Copying Files into build-dir under Visual Studio vs. Codeblocks/Win32 vs. Codeblocks/Linux

2012-02-09 Thread Stefan Fendt
of (if you can't avoid it) copying files from anywhere into the build-directory, which is as compiler agnostic as possible..? best regards, Stefan -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [CMake] Adding a new language

2011-11-15 Thread Stefan Monnier
just switch to something else :-( Stefan -- 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://www.cmake.org/Wiki/CMake_FAQ Follow this link

Re: [CMake] Adding a new language

2011-11-14 Thread Stefan Monnier
may be important. Duh! Thanks for insisting: it works! I'd still like to know how to explain to cmake that the command produces 2 files, but at least I can get rid of my hack. Stefan happier -- Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] Adding a new language

2011-11-11 Thread Stefan Monnier
and a .cmi file for each input file), so it wouldn't be clear what to do with this single output file name. So using set (CMAKE_OCaml_COMPILE_OBJECT CMAKE_OCaml_COMPILER -c -o OBJEJCT SOURCE) does not work? Nope, Stefan -- Powered by www.kitware.com Visit other Kitware open

Re: [CMake] Adding a new language

2011-11-11 Thread Stefan Monnier
-March/035740.html I've seen those, yes. But they don't seem to give me any answer. Stefan -- 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

[CMake] Adding a new language

2011-11-09 Thread Stefan Monnier
? Stefan -- 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://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http

[CMake] Usage of add_library(... IMPORTED)

2011-09-17 Thread Stefan Reuschl
? To make it more complicated: What to do if add_custom_command() was used in a subdirectory to create the library? Thanks for any hints! Regards, Stefan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

[CMake] Use Eigen2 in CMake based project

2011-01-24 Thread Stefan Dänzer
Hi all, I have searched for the correct way to include the Eigen2 linear algebra library in my CMake based project. But doing a search has not brought up a suitable result. Has anyone used Eigen2 in their project? A CMake sample script including Eigen2 would be most helpful. Regards, Stefan

Re: [CMake] Use Eigen2 in CMake based project

2011-01-24 Thread Stefan Dänzer
Wow, that was quick ;o) thanks for the FindEigen2.cmake module. It works just fine. Best regards, Stefan On Tue, Jan 25, 2011 at 12:19 AM, Marcus D. Hanwell marcus.hanw...@kitware.com wrote: On Mon, Jan 24, 2011 at 6:15 PM, Stefan Dänzer stefan.daen...@gmail.com wrote: Hi all, I have

[CMake] Use ctest for automatic performance measurement

2010-09-14 Thread Stefan Dänzer
this with Cmake/CTest? Regards, Stefan -- -- Stefan Daenzer Körnerplatz 8 04107 Leipzig Tel.: +49-157-84993879 Work like you don't need the money, love like you've never been hurt and dance like no one is watching. - Randall G Leighton ___ Powered

Re: [CMake] Problem while setting variables in CMakeCache

2010-09-07 Thread Stefan Köhnen
2010/9/6 Alexander Neundorf a.neundorf-w...@gmx.net: On Monday 06 September 2010, Stefan Köhnen wrote: Ah, okay. Thanks for your fast reply. Is there a way to change the value in the cache? set(... FORCE) Alex Hello Alex, thanks again for your reply. I tried to use set with FORCE

Re: [CMake] Problem while setting variables in CMakeCache

2010-09-07 Thread Stefan Köhnen
2010/9/7 Fraser Hutchison fraser.hutchi...@googlemail.com:  On 07/09/2010 1:54 PM, Stefan Köhnen wrote: 2010/9/6 Alexander Neundorfa.neundorf-w...@gmx.net: On Monday 06 September 2010, Stefan Köhnen wrote: Ah, okay. Thanks for your fast reply. Is there a way to change the value

Re: [CMake] Problem while setting variables in CMakeCache

2010-09-07 Thread Stefan Köhnen
2010/9/7 James Bigler jamesbig...@gmail.com: 2010/9/7 Stefan Köhnen stefan.kh...@googlemail.com: 2010/9/6 Alexander Neundorf a.neundorf-w...@gmx.net: On Monday 06 September 2010, Stefan Köhnen wrote: Ah, okay. Thanks for your fast reply. Is there a way to change the value in the cache

[CMake] Problem while setting variables in CMakeCache

2010-09-06 Thread Stefan Köhnen
of problem on the Internet. My CMake version is 2.6-patch 3, but I think the problem is my code not CMake. Thanks for your help, Stefan Köhnen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [CMake] Problem while setting variables in CMakeCache

2010-09-06 Thread Stefan Köhnen
Ah, okay. Thanks for your fast reply. Is there a way to change the value in the cache? Stefan 2010/9/6 Alexander Neundorf neund...@kde.org: On Monday 06 September 2010, Stefan Köhnen wrote: Hello, I am trying to set a variable that appears in CMakeCache. I made this small example to show

Re: [CMake] [cmake-developers] Support for multiple components in cpack

2010-08-03 Thread Dr . Stefan Sablatnög
.) thanks Stefan -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Eric Noulard Sent: Dienstag, 3. August 2010 00:57 To: Clinton Stimpson Cc: cmake-develop...@cmake.org; cmake@cmake.org Subject: Re: [CMake] [cmake-developers] Support for multiple

Re: [CMake] Help using CMake Expat in Windows

2010-07-30 Thread Stefan Buschmann
. But you should already get an error message if the required libraries could not be found... Sorry if this is an extremely stupid question, but I did not find any related information on Google, so. Hopefully this will help make me a more intelligent user of CMake :) Hope it helps :) Stefan

[CMake] Minor error in CMake Tutorial?

2010-07-08 Thread Stefan Buschmann
: cmake_minimum_required(VERSION 2.6) Bye, Stefan ___ 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://www.cmake.org/Wiki

Re: [CMake] Non-build output

2010-06-20 Thread Stefan Buschmann
(COMMAND ${CMAKE_COMMAND} -E copy ${src} ${dest}) For bonus points, how would this interact with make install? To install files, use the install() directive with FILES, e.g.: install(FILES ${CMAKE_SOURCE_DIR}/README DESTINATION ${YOUR_INSTALL_DIR}) Regards, -- Clark Stefan

Re: [CMake] Converting a OpenCL program into a C++ header?

2010-06-15 Thread Stefan Buschmann
and generates the header file just as in your example. Then you could use CMake to execute that application e.g. using add_custom_command() before building your executables that include the generated header files. You could even build the tool itself as a dependency first. Hope that helps... Stefan

[CMake] multiple packages via CPack in one project ?

2010-05-17 Thread Dr . Stefan Sablatnög
Hi everybody, Is it possible to create multiple different packages from one build process using CPack? -- best regards Dr. Stefan Sablatnög email: stefan.sablatn...@svox.com phone: ++49 731 15239474 address: SVOX Ulm Magirus Deutz-Straße 16 89077 Ulm

[CMake] Building targets for install only ...

2010-01-13 Thread Dr . Stefan Sablatnög
and best regards Stefan ___ 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://www.cmake.org/Wiki/CMake_FAQ

Re: [CMake] Building tests only for make test

2009-12-14 Thread Dr . Stefan Sablatnög
check -D ContinuousStart -D ContinuousUpdate -D ContinuousConfigure -D ContinuousBuild -D ContinuousTest -D ContinuousSubmit And it didn't work as expected, but maybe I made a mistake) Thanks Stefan -Original Message- From: Marcel Loose [mailto:lo...@astron.nl] Sent: Freitag, 11. Dezember

[CMake] Building tests only for make test

2009-12-11 Thread Dr . Stefan Sablatnög
and continuously via a ctest script) Is there a simple solution? Thanks in advance Stefan -- best regards Dr. Stefan Sablatnög email: stefan.sablatn...@svox.com phone: ++49 731 15239474 address: SVOX Ulm Magirus Deutz-Straße 16 89077 Ulm

Re: [CMake] QNX Cross compiling give internal error ... ?

2009-10-06 Thread Dr . Stefan Sablatnög
Hi Alex, no, changing Qnx to QNX does not help. Stefan -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Alexander Neundorf Sent: Samstag, 3. Oktober 2009 14:25 To: cmake@cmake.org Subject: Re: [CMake] QNX Cross compiling give internal error

Re: [CMake] QNX Cross compiling give internal error ... ?

2009-10-06 Thread Dr . Stefan Sablatnög
Hi Alex, I just tried using cmake-2.8.0-rc1 and it works with no further changes. regards and thanks for the help Stefan -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Dr. Stefan Sablatnög Sent: Dienstag, 6. Oktober 2009 09:58 To: cmake

[CMake] QNX Cross compiling give internal error ... ?

2009-10-02 Thread Dr . Stefan Sablatnög
-implib appears on the linker command line which avoids a successful build. Any help appreciated! Regards Stefan This is error message: -- cd c:\VHAPI_400\demo\ cmake -DCMAKE_TOOLCHAIN_FILE=c:\Toolchain-qnx-640-armle.cmake -G Unix Makefiles . -- The C

[CMake] working directory when running binary

2009-09-12 Thread stefan)
define this from the CMakeLists.txt? Help appreciated, Best, /stefan ___ 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

[CMake] Runtime output directory inconsistencies

2009-09-12 Thread stefan)
names with ../ Any better ideas? Thanks a lot, Best, /stefan ___ 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

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-13 Thread Stefan Dröge
No Problem. I'm glad that I can help. I tried the new patch and it's working fine. 11. Jun 2009 8:49 vorm. schrieb am Philip Lowman phi...@yhbt.com: On Tue, Jun 9, 2009 at 4:05 AM, Stefan Dröge ste...@sdroege.de wrote: 2009/6/9 Philip Lowman ... Cool, sorry to bother you again but can you try

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-09 Thread Stefan Dröge
++ system include dirs = ${CMAKE_ECLIPSE_CXX_SYSTEM_INCLUDE_DIRS}) -- Philip Lowman For me, it solves the problem. Thank you! Stefan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

[CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Stefan Dröge
-fortgeschrittene-1/osg_template_project.zip Greetings, Stefan ___ 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

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Stefan Dröge
Did you regenerate (that is, delete and recreate) your cache after installing the new version? If not, the old broken values may be sticking around from a previous CMake run with an older, unfixed version of CMake. tyler Yes, I deleted the CMake cache, and after this didn't work also the

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Stefan Dröge
a Suche beginnt hier to find. ;-) My quick work around for this: set the language temporary to English like this: export LANG=en_US.UTF-8 and then start cmake-gui, or cmake. Stefan ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Stefan Dröge
understand it, it is only executed, if you configure your project with CMake, to find out the standard system header paths. Stefan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [CMake] Executable project creating an import library

2009-01-24 Thread Stefan Buschmann
will export any symbols or not. But if no symbols are exported, there is also no .LIB file generated. Stefan ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] WIN32_EXECUTABLE - Config specific settings for visual studio generated project files?

2008-10-07 Thread Stefan Buschmann
(WindowApplicationExample PROPERTIES COMPILE_DEFINITIONS_RELWITHDEBINFO _CONSOLE) set_target_properties(WindowApplicationExample PROPERTIES LINK_FLAGS_RELEASE /SUBSYSTEM:WINDOWS) set_target_properties(WindowApplicationExample PROPERTIES LINK_FLAGS_MINSIZEREL /SUBSYSTEM:WINDOWS) endif(WIN32) Stefan

Re: [CMake] WIN32_EXECUTABLE - Config specific settings for visual studio generated project files?

2008-10-06 Thread Stefan Buschmann
a look at the documentation for this function. Stefan ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

  1   2   >