Re: [CMake] CTest extra tests

2018-03-20 Thread Adam Getchell
coming from. Thanks, that was it! The create_single_source_cgal_program() macro was the culprit. Thanks for the pointer to cmake --trace > > On Sun, Mar 18, 2018 at 5:39 PM, Adam Getchell <adam.getch...@gmail.com > <mailto:adam.getch...@gmail.com>> wrote: > Hello all, > > I’

[CMake] CTest extra tests

2018-03-18 Thread Adam Getchell
est -E, but I’d like to make it easy for the other contributors (and my CI) by making `ctest` just work. Thanks for any pointers. Cheers, Adam -- Adam Getchell https://keybase.io/adamgetchell -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] cmake install

2017-09-12 Thread Adam Getchell
Thanks for the catch, sudo cmake --build . --target install &> install.log worked. Yes, I plan to use a package manager like Conan or conda rather than the horrible tangle of scripts I have now for Travis and Appveyor, just have a few other things to do first. ;-) -- Adam Getchel

Re: [CMake] cmake install

2017-09-08 Thread Adam Getchell
al/cmake.1.html#build-tool-mode> > section, but it seems you've already figured out that part. There's nothing > technically special about the install target as far as I'm aware, you should > be able to refer to it as a build target like you've done above. > > > Craig Scot

[CMake] cmake install

2017-09-08 Thread Adam Getchell
. --target install If its somewhere in the manual, I’d appreciate pointers. Thanks, Adam -- Adam Getchell https://keybase.io/adamgetchell -- 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

Re: [CMake] CMake 3.9.0 Windows zip file shows wrong version

2017-08-08 Thread Adam Getchell
Yeah, that was it, lol. -- Adam Getchell https://keybase.io/adamgetchell > On Aug 8, 2017, at 1:33 AM, David Cole <dlrd...@aol.com> wrote: > > I suspect you are running a different cmake, not the one you've unzipped. > > Type "where cmake" instead of "cm

[CMake] CMake 3.9.0 Windows zip file shows wrong version

2017-08-07 Thread Adam Getchell
version 3.8.2 <https://ci.appveyor.com/project/acgetchell/cdt-plusplus/build/1.0.108#L39> <https://ci.appveyor.com/project/acgetchell/cdt-plusplus/build/1.0.108#L40>CMake suite maintained and supported by Kitware (kitware.com/cmake). <https://ci.appveyor.com/project/acg

Re: [CMake] Setting build type

2015-03-10 Thread Adam Getchell
1, 2015 at 1:41 PM, Mark Abraham mark.j.abra...@gmail.com wrote: Hi, Looks like one of your find_package calls is setting the build type variable, which it should not... Mark On 27/02/2015 5:47 pm, Adam Getchell adam.getch...@gmail.com wrote: Thanks for the help! It still runs Release

Re: [CMake] Setting build type

2015-02-27 Thread Adam Getchell
../your/source/procject cmake --build . --target install cd .. On Wed, Feb 25, 2015 at 1:16 AM, Adam Getchell adam.getch...@gmail.com wrote: Thanks for your reply. I'm not sure I follow your answer. I do delete the directory each time I build, but I'm still not understanding how you're

Re: [CMake] Setting build type

2015-02-25 Thread Adam Getchell
type of a build; although if you could it should do a clean also. On Tue, Feb 24, 2015 at 11:42 AM, Adam Getchell adam.getch...@gmail.com wrote: Hello all, I've browsed this thread: http://www.cmake.org/pipermail/cmake/2008-September/023808.html But it doesn't work. My project is set

[CMake] Setting build type

2015-02-24 Thread Adam Getchell
for being able to set the type of build via the command line? -- Adam Getchell about.me/adamgetchell Invincibility is in oneself, vulnerability in the opponent. -- Sun Tzu -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki

Re: [CMake] Correct settings to add docopt.cpp to target list

2014-12-05 Thread Adam Getchell
It turns out that CGAL's CGAL_CreateSingleSourceCGALProgram.cmake module handles this nicely: create_single_source_cgal_program( src/cdt-docopt.cpp src/docopt/docopt.cpp) does the trick. Thanks for your consideration! On Thu, Dec 4, 2014 at 10:54 PM, Adam Getchell adam.getch...@gmail.com wrote

[CMake] Correct settings to add docopt.cpp to target list

2014-12-04 Thread Adam Getchell
/Triangulated2SphereTest.cpp.o ninja: build stopped: subcommand failed. Any suggestions? [1] https://github.com/acgetchell/CDT-plusplus/tree/docopt https://github.com/acgetchell/CDT-plusplus/tree/docopt [2] https://www.cgal.org https://www.cgal.org/ Adam Getchell about.me/adamgetchell -- Powered by www.kitware.com

Re: [CMake] Correct settings to add docopt.cpp to target list

2014-12-04 Thread Adam Getchell
, 2014 at 9:30 PM, Adam Getchell adam.getch...@gmail.com wrote: Hello all, I’m trying to use the docopt.cpp parser for my project[1]: https://github.com/docopt/docopt.cpp The usual invocation to build works: ┌─[*adam*][Hapkido][*±*][docopt *✗*][~/CDT-plusplus/src/docopt] └─▪ clang++ --std=c

[CMake] How to sign up project for public CDASH

2013-11-26 Thread Adam Getchell
Hello all, I’m following the directions posted here: http://www.cmake.org/Wiki/CMake_Testing_With_CTest I’d like to get my dashboard up on the public one: http://open.cdash.org/index.php?project=PublicDashboard I’ve obtained an account on CTest. How do I register my project? Thanks, Adam