Re: [CMake] How to generate a non-standard platform and non-standard project file with the Visual studio generator

2019-04-16 Thread jeff
y that is in better alignment with the CMake approach. I've even been asking myself if it makes sense to use CMake for this at all or is it just too far outside of the typical use cases. Any suggestions on the best path forward would be greatly appreciated. Thanks, Jeff -- Powered by ww

[CMake] How to generate a non-standard platform and non-standard project file with the Visual studio generator

2019-04-14 Thread jeff
. I've even been asking myself if it makes sense to use CMake for this at all or is it just too far outside of the typical use cases. Any suggestions on the best path forward would be greatly appreciated. Thanks, Jeff -- Powered by www.kitware.com Please keep messages on-topic and check the

Re: [CMake] Hyperlink to build URL

2014-06-19 Thread Jeff Mills
Hi Jc, That's exactly what I was looking for. Thank you! ~Jeff On Tue, Jun 17, 2014 at 8:27 PM, Jean-Christophe Fillion-Robin jchris.filli...@kitware.com wrote: Hi Jeff, If you upload a file having extension .url containing the url, it will be associated with your build by presenting

[CMake] Hyperlink to build URL

2014-06-11 Thread Jeff Mills
Hello, Our build system makes use of CMake/CDash and Jenkins. I'd like to be able to add a link in CDash for the URL to the associated Jenkins build, so that it is easy for the developers to move between the two. So far my attempts have not been successful. I've tried attaching the url in a note

Re: [CMake] PDB generation

2014-05-21 Thread Jeff Trawick
On Wed, May 21, 2014 at 12:21 PM, Scott Aron Bloom scott.bl...@onshorecs.com wrote: At some point in the 2.8 lifecycle, the choice was made to no longer copy the .pdb files on windows builds with the .lib that is generated. I found a note somewhere, that there was “good” reasoning for

[CMake] FindOpenSSL choosing unexpected OpenSSL install on Windows

2014-05-15 Thread Jeff Trawick
Short form: I tell FindOpenSSL where to look by setting OPENSSL_ROOT_DIR to point to my shiny new OpenSSL install; it ignores me and finds ancient, vulnerable OpenSSL libraries to use instead.) Some info about my build environment: * pristine install of cmake 2.8.12.2-win32-x86 * Open VS2012 x64

Re: [CMake] CPACK_COMPONENT_compName_DEPENDS doesn't work

2013-11-26 Thread jeff
is, is there a plan to make the CPACK_COMPONENT_compName_DEPENDS mechanism work? At the risk of being asked to contribute :), is there any way to know when? My group can make a decision based on that info. Thank you greatly! Jeff turkey here On Wed Nov 20 4:09 , Jeremy Fix <jeremy@supelec.fr>

[CMake] CPACK_COMPONENT_compName_DEPENDS doesn't work

2013-11-19 Thread jeff
for both deb and rpm but as I said, it doesn't work. Thank you for any help/guidance. Jeff -- 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

[CMake] problems when upgrading to Xcode v5

2013-10-02 Thread Jeff Schenck
Xcode to an earlier version and now will have a hard time reproducing it. If necessary, I can upgrade again.) Regards, Jeff Schenck Notice: This message and any included attachments are intended only for the use of the addressee, and may contain information

[CMake] FindOpenSSL always uses system libs

2013-08-14 Thread Josef 'Jeff' Sipek
something or is this a bug in FindOpenSSL? We've tested cmake 2.8.5, 2.8.8, and 2.8.11 without any luck. Thanks, Jeff. Example: jsipek@poseidon:/tmp/ssltest$ cat CMakeLists.txt cmake_minimum_required(VERSION 2.8.5) project(test) find_package(OpenSSL REQUIRED) jsipek@poseidon:/tmp/ssltest$ rm

[CMake] Cross compile an external makefile project.

2013-04-22 Thread Jeff Shanab
-compiling with an externalProject_add. {There are a lot of options for a trial and error technique, I am getting tired of guessing :)} BTW. Does it set and pass CC variables and prefixes that are in the cmake settings or do I have to manually pass them like I did with bjam. Thanks. Jeff

[CMake] Compile error- select() support

2011-07-13 Thread Jeff Dahl
compile without select() support! I have been unable to find any direction on the Internet. Is the select function something I can compile and install? Is it a limitation of my hardware? Is there a workaround if I am unable to get select() support? Thank you in advance. Jeff Dahl