[CMake] [CFP] The 5th International Conference on Digital Information Processing, E-Business and Cloud Computing (DIPECC2017)

2017-02-22 Thread Frelyn SDIWC
Apologies for cross-listing. = *"The 5th International Conference on Digital Information Processing, E-Business and Cloud Computing (DIPECC2017)"* http://sdiwc.net/conferences/5th-international-digital-infor mation-processing-e-business-cloud-computing/ All registered p

Re: [CMake] best practice for bundling 3rdparty dependencies in, windows

2017-02-22 Thread tonka tonka
Thanks for your answer. I've see that most of your code is very similar to my code, the only difference is that you use file(copy ... To be able to copy the file to the install directory, I use install(FILES ... But what is fixup_bundle good for? Am 20.02.2017 17:26 schrieb "Lee Butler" : > Since

Re: [CMake] Potential bug: Having executables named "test" causes Ninja generator to generate ambiguous rules...

2017-02-22 Thread Malfettone, Kris
Thank you Nils, will do. From: Nils Gladitz [mailto:nilsglad...@gmail.com] Sent: Wednesday, February 22, 2017 4:17 PM To: Malfettone, Kris ; cmake@cmake.org Subject: Re: [CMake] Potential bug: Having executables named "test" causes Ninja generator to generate ambiguous rules... On 22.02.2017 22:

Re: [CMake] Potential bug: Having executables named "test" causes Ninja generator to generate ambiguous rules...

2017-02-22 Thread Nils Gladitz
On 22.02.2017 22:11, Malfettone, Kris wrote: Is there a bug tracker or somewhere that I should report this as well? I just want to make sure I put the right information in the right spot so the ninja generator maintainer might see it. I am not sure there is a dedicated maintainer for the

Re: [CMake] Potential bug: Having executables named "test" causes Ninja generator to generate ambiguous rules...

2017-02-22 Thread Malfettone, Kris
Is there a bug tracker or somewhere that I should report this as well? I just want to make sure I put the right information in the right spot so the ninja generator maintainer might see it. From: Nils Gladitz [mailto:nilsglad...@gmail.com] Sent: Wednesday, February 15, 2017 9:41 AM To: Malfetto