[CMake] SWIG, Java and CMake

2011-06-14 Thread Daniel Blezek
files. Any suggestions about how to have CMake handle generated files like this? Thanks, -dan -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E blezek.dan...@mayo.edu Mayo Clinic 200 First St. S.W. Harwick SL-44 Rochester, MN 55905

[CMake] Using KWSys to execute a detached process (Linux)

2011-05-11 Thread Daniel Blezek
-- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E blezek.dan...@mayo.edu Mayo Clinic 200 First St. S.W. Harwick SL-44 Rochester, MN 55905 mayoclinic.org It is more complicated than you think. -- RFC 1925

Re: [CMake] different test cases

2010-07-16 Thread Daniel Blezek
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://www.cmake.org/mailman/listinfo/cmake -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E

Re: [CMake] CTest examples

2010-07-12 Thread Daniel Blezek
be useful. To sum it up, I'm looking for real life advice on what you guys have done with ctest. This information seem almost completely missing on the net, where all searches on ctest leads to useless presentation on ctest features. Cheers, Bo Thorsen. Monty Program AB. -- Daniel

Re: [CMake] Building a Version Header

2010-07-08 Thread Daniel Blezek
FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E blezek.dan...@mayo.edu Mayo Clinic 200 First St. S.W

Re: [CMake] Building a Version Header

2010-07-08 Thread Daniel Blezek
, it seems to be re-updating every time I run make, so it's all good. Thanks for your suggestion anyways! On 07/08/10 16:34, Daniel Blezek wrote: One alternative is to use git itself. There is a git smudge option that can do much of what you are asking. However, I've never done this sort

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

2010-06-15 Thread Daniel Blezek
that my OpenCL code can be directly compiled into my executable. This is also useful for OpenGL shaders. The question: is this something that CMake could do? If so, any examples where to begin looking? Thanks, -dan -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77

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

2010-06-15 Thread Daniel Blezek
, Stefan Buschmann s_buschm...@gmx.de wrote: Am 15.06.2010 23:13, schrieb Daniel Blezek: Converting a OpenCL program into a C++ header? Hi, We would like to convert an OpenCL program written in a separate file to a C++ header (essentially a long string). For example, if my OpenCL

[CMake] OpenMP differences between command line and Xcode

2010-06-08 Thread Daniel Blezek
generator. Can anyone help out with this issue? Cheers, -dan P.S. The simple workaround is to set CMAKE_EXE_LINKER_FLAGS:STRING=-fopenmp in CMakeCache.txt -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E blezek.dan...@mayo.edu Mayo Clinic

Re: [CMake] git too difficult CMake switching to sccs

2010-04-01 Thread Daniel Blezek
are made, the file should be emailed back to Kitware, or sent on a 3.5 inch floppy disk to: CMake SCCS revisions at Kitware 28 Corporate Drive Clifton Park, NY 12065 The change will happen today and today only. -Bill -- Daniel Blezek, PhD Medical Imaging Informatics Innovation

[CMake] configure_file without continuous re-build

2010-01-12 Thread Daniel Blezek
Reconfigure ) CONFIGURE_FILE(${DCMTK_SOURCE_DIR}/osconfig.h.in ${DCMTK_BINARY_DIR}/include/dcmtk/config/osconfig.h) endif() Or is there some little known, little documented CMake feature that I don¹t know about? Thanks, -dan -- Daniel Blezek, PhD Medical Imaging Informatics Innovation

Re: [CMake] configure_file without continuous re-build

2010-01-12 Thread Daniel Blezek
Hmmm, I'll dig a little deeper to see what's hapening. Thanks, -dan On 1/12/10 4:25 PM, Bill Hoffman bill.hoff...@kitware.com wrote: Daniel Blezek wrote: Hi Mike, Sorry, I guess I wasn't quite clear. The re-builds occur when I touch any CMakeLists.txt file in the entire project

[CMake] Module FindOpenMP fails on Intel compiler

2009-11-23 Thread Daniel Blezek
). If this could be fixed, it would be greatly appreciated. I do build a CMake nightly using the Intel compiler, so this could be tested... Thanks, -dan -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E blezek.dan...@mayo.edu Mayo Clinic 200

Re: [CMake] CTest - C Unit Testing Framework

2009-10-06 Thread Daniel Blezek
/cmake -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E blezek.dan...@mayo.edu Mayo Clinic 200 First St. S.W. Harwick SL-44 Rochester, MN 55905 mayoclinic.org ___ Powered by www.kitware.com Visit

Re: [CMake] Ctest and CxxTest

2009-09-21 Thread Daniel Blezek
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://www.cmake.org/mailman/listinfo/cmake -- Daniel

Re: [CMake] Generator for Xcode 3.0+?

2009-06-19 Thread Daniel Blezek
://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://www.cmake.org/mailman/listinfo/cmake -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P

[CMake] ctest -j N behavior

2009-06-08 Thread Daniel Blezek
to do more than run tests in parallel? If there is some way to do this, please let me know. Best regards, -dan -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E blezek.dan...@mayo.edu Mayo Clinic 200 First St. S.W. Harwick SL-44

[CMake] Double builds required in XCode w/CMake when changing UI code in QtDesigner

2009-04-29 Thread Daniel Blezek
( SumatraMOCSource ${SumatraHeaders} ) set ( SumatraUIS ... ) qt4_wrap_ui ( SumatraUISHeaders ${SumatraUIS} ) qt4_add_resources ( SumatraResources Resources.qrc ) add_executable ( Sumatra ... ) Perhaps this is the wrong order? Thanks, -dan -- Daniel Blezek, PhD Medical Imaging Informatics

Re: [CMake] Double builds required in XCode w/CMake when changing UI code in QtDesigner

2009-04-29 Thread Daniel Blezek
Principal Software Engineer Dayton, Ohio On Apr 29, 2009, at 3:56 PM, Daniel Blezek wrote: Sorry if this has been discussed before, but I couldn¹t find anything in Google. When building with XCode and Qt, I have to build twice when I change my .ui files in QtDesigner

Re: [CMake] CPack - skipping licensing screen

2009-04-24 Thread Daniel Blezek
Bigler wrote: On Fri, Apr 24, 2009 at 7:07 AM, Daniel Blezek blezek.dan...@mayo.edu wrote: Hi, I¹m not sure if there is a CPack-specific mailing list, direct me if I¹m wrong. I find the empty license screen a little annoying in the NSIS installer for windows. This occurs when you don

[CMake] Nightly only tests

2009-04-17 Thread Daniel Blezek
of the Nightly tests only, and skip it for developer builds? I know I could do this through a CMake option, but perhaps there is a cleaner solution. Thanks, -dan -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E blezek.dan...@mayo.edu Mayo

Re: [CMake] Nightly only tests

2009-04-17 Thread Daniel Blezek
would run any tests with a Continuous tag. Something like this would also be helpful for ITK, as it has 1200 tests and takes several minutes to run. Cheers, -dan On 4/17/09 2:03 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Friday 17 April 2009, Daniel Blezek wrote: Hi all

Re: [CMake] Nightly only tests

2009-04-17 Thread Daniel Blezek
the commonly excluded tests. People who want the complete test suite would then have to turn ON the options explicitly.     HTH, David   On Fri, Apr 17, 2009 at 1:18 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Friday 17 April 2009, Daniel Blezek wrote: Alex,   Sure

Re: [CMake] Need advice for unit test structure

2009-04-02 Thread Daniel Blezek
/listinfo/cmake -- Daniel Blezek, PhD Medical Imaging Informatics Innovation Center P 127 or (77) 8 8886 T 507 538 8886 E blezek.dan...@mayo.edu Mayo Clinic 200 First St. S.W. Harwick SL-44 Rochester, MN 55905 mayoclinic.org ___ Powered by www.kitware.com