Re: [CMake] Parallel moc for Qt files

2017-07-07 Thread Benjamin Ballet via CMake
rses: http://cmake.org/cmake/help/training.html > > Visit other Kitware open-source projects at http://www.kitware.com/opensou > rce/opensource.html > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/cmake > -- Benjamin Ballet Ingénieur

[CMake] cmake install ends with error code 0xC0000022

2017-02-01 Thread Benjamin Ballet via CMake
hints ? -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69 37 37 *>* www.activisu.com -- 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

Re: [CMake] ExternalProject_Add : set the location of CMakeLists.txt

2016-10-26 Thread Benjamin Ballet via CMake
It's not listed in changelog though : https://cmake.org/cmake/help/v3.7/release/3.7.html 2016-10-26 11:34 GMT+02:00 Benjamin Ballet <bbal...@ivsweb.com>: > Ok I'm quiet lucky : There is what I need in CMake 3.7 (SOURCE_SUBDIR) > > 2016-10-25 19:54 GMT+02:00 Konstantin Pod

Re: [CMake] ExternalProject_Add : set the location of CMakeLists.txt

2016-10-26 Thread Benjamin Ballet via CMake
but the CMakeLists.txt is in build/cmake > directory. > >> > >> Is there a way to specify the directory of the CMakeLists.txt file ? > >> > >> If I change SOURCE_DIR it will only clone the repo in SOURCE_DIR and > still run the cmake command in repo root.

[CMake] ExternalProject_Add : set the location of CMakeLists.txt

2016-10-25 Thread Benjamin Ballet via CMake
in SOURCE_DIR and still run the cmake command in repo root. -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69 37 37 *>* www.activisu.com -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cma

Re: [CMake] setting clrsupport VS2010

2016-10-19 Thread Benjamin Ballet via CMake
For more > information on each offering, please visit: > > CMake Support: http://cmake.org/cmake/help/support.html > CMake Consulting: http://cmake.org/cmake/help/consulting.html > CMake Training Courses: http://cmake.org/cmake/help/training.html > > Visit other Kitware open-source proje

Re: [CMake] Using a pathless library in an imported target.

2016-08-28 Thread Benjamin Ballet via CMake
e open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/cmake > -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44

Re: [CMake] [cmake-developers] Need ideas/opinions on third party library management

2016-08-16 Thread Benjamin Ballet via CMake
help/training.html > > > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/cmake-developers > > -- > > Powered b

Re: [cmake-developers] Need ideas/opinions on third party library management

2016-08-16 Thread Benjamin Ballet via cmake-developers
help/training.html > > > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/cmake-developers > > -- > > Powered b

[CMake] cmake-3.5.2-win32-x86.exe : broken download link

2016-07-21 Thread Benjamin Ballet via CMake
Hi On https://cmake.org/download/ It should be cmake-3.5.2-win32-x86.msi <https://cmake.org/files/v3.5/cmake-3.5.2-win32-x86.msi> I guess -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69 37 37 *>* www.activisu.com

[cmake-developers] patch bugfix : CMAKE_VS_PLATFORM_TOOLSET not defined for VisualStudio 2010

2016-07-21 Thread Benjamin Ballet via cmake-developers
Hi, I stumbled on a bug : CMAKE_VS_PLATFORM_TOOLSET is empty when generating for VisualStudio 2010 Here is a patch -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69 37 37 *>* www.activisu.com 0001-VS-set-DefaultPlatformToolset-t

[cmake-developers] patch VS2010 generator : handle VS_GLOBAL_RootNamespace as well as VS_GLOBAL_ROOTNAMESPACE

2016-07-20 Thread Benjamin Ballet via cmake-developers
. In my opinion, VS_GLOBAL_ROOTNAMESPACE with VS_GLOBAL_PROJECT_TYPE and VS_GLOBAL_KEYWORD should be tagged as deprecated and users should be redirected to VS_GLOBAL_. It would be simpler. -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69 37

Re: [CMake] [Visual Studio] Is it possible to specify a different target architecture?

2016-06-28 Thread Benjamin Ballet via CMake
n-source projects at > http://www.kitware.com/opensource/opensource.html > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/cmake > -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69

[CMake] Visual Studio : can I add a references to a cmake generated vcxproj ?

2016-05-19 Thread Benjamin Ballet via CMake
as in the generated vcxproj. I guess that guid may be different between two cmake generation ? If then what will happen ? Thank you ! -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69 37 37 *>* www.activisu.com -- Powered by www.kitware.com Pleas

Re: [CMake] issue with target_link_libraries and MSVC

2016-04-13 Thread Benjamin Ballet via CMake
compiler flag (not linker flag), so > adding it to CMAKE_CXX_FLAGS instead of LINK_FLAGS makes perfect sense. > > > > Miroslav > > > > *From:* Benjamin Ballet [mailto:bbal...@ivsweb.com] > *Sent:* Wednesday, April 13, 2016 11:28 AM > *To:* Matějů Miroslav, Ing. >

Re: [CMake] issue with target_link_libraries and MSVC

2016-04-13 Thread Benjamin Ballet via CMake
ag: > https://msdn.microsoft.com/library/fw509c3b.aspx > > > > Best regards, > > Miroslav > > > > *From:* CMake [mailto:cmake-boun...@cmake.org] *On Behalf Of *Benjamin > Ballet via CMake > *Sent:* Tuesday, April 12, 2016 5:30 PM > *To:* cmake@cmake.org > *

[CMake] issue with target_link_libraries and MSVC

2016-04-12 Thread Benjamin Ballet via CMake
a link flags to a target with target_link_libraries and MSVC ? Thank you all -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69 37 37 *>* www.activisu.com -- Powered by www.kitware.com Please keep messages on-topic and check the CMa

Re: [CMake] Some Visual Studio/CMake questions

2016-03-09 Thread Benjamin Ballet
http://www.cmake.org/Wiki/CMake_FAQ > > Kitware offers various services to support the CMake community. For more > information on each offering, please visit: > > CMake Support: http://cmake.org/cmake/help/support.html > CMake Consulting: http://cmake.org/cmake/help/consulting.html > CMake Train

Re: [cmake-developers] patch for module GetPrerequisites

2016-03-07 Thread Benjamin Ballet
ve to call get_filename_component(path "${path}" REALPATH) just to force the convertion from C:/program/app/../test to C:/program/test Thanks, hope I clearified 2016-03-07 19:07 GMT+01:00 Brad King <brad.k...@kitware.com>: > On 03/04/2016 12:17 PM, Benjamin Ballet wrote: > >

[cmake-developers] patch for module GetPrerequisites

2016-03-04 Thread Benjamin Ballet
gp_resolved_file_type from module GetPrerequisites. This function test if two paths are equal without translating them to there canonical form before. Here is the patch for this modification -- *Benjamin BALLET* Ingénieur R *ACTIVISU* 19, rue Klock - 92110 Clichy *> Standard Tél* : 01 44 69

Re: [CMake] fixup_bundle on Windows : issue with multiple exe applications

2016-03-04 Thread Benjamin Ballet
handling such multiple folder application been accepted ? I may try to work on it, since I either have to work on the workarounds or a nice improvment. 2016-03-04 14:15 GMT+01:00 Benjamin Ballet <bbal...@ivsweb.com>: > Indeed I was lucky : It worked with 3.3.1 but not anymore with 3.4.3

Re: [CMake] fixup_bundle on Windows : issue with multiple exe applications

2016-03-04 Thread Benjamin Ballet
it's going to continue working for > your scenario. > > > HTH, > David C. > > > On Thu, Mar 3, 2016 at 1:43 PM, Benjamin Ballet <bbal...@ivsweb.com> > wrote: > > Hello > > > > I'd like to discuss a problem I encountered today with the very usefu

[CMake] fixup_bundle on Windows : issue with multiple exe applications

2016-03-03 Thread Benjamin Ballet
tiple time with the following order : (the deepest exes first) fixup_bundle("applicationfolder/toolsfolder/supertoolfolder/supertool.exe" plugins libs) fixup_bundle("applicationfolder/toolsfolder/toptoolfolder/toptool.exe" plugins libs) fixup_bundle("applicationfolder/main.exe&qu