[Cmake-commits] CMake branch, master, updated. v3.11.0-rc2-138-g086f84a

2018-03-06 Thread Kitware Robot
VERSION_MINOR 11) -set(CMake_VERSION_PATCH 20180306) +set(CMake_VERSION_PATCH 20180307) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] Swift executables with MACOSX_BUNDLE fail to find libswiftCore.dylib

2018-03-06 Thread Lucas Soltic
If full support for Swift was added to CMake yes why not. But I’m not a CMake developer and considering current Swift support it’s a bit early I think. I mean Swift support should come as a global feature, not just this specific point. > Le 6 mars 2018 à 11:02, Harry Mallon

[CMake] toolchain

2018-03-06 Thread Stéphane Ancelot
Hi, My project needs being compiled for different targets : win32 (linux mingw32) / linux64 (Opensuse 13.2) / linux32 (Ubuntu 10.04) using toolchain is the right option isn't it ??? some people told me it was deprecated ? Regards, S.Ancelot -- Powered by www.kitware.com Please keep

Re: [CMake] Swift executables with MACOSX_BUNDLE fail to find libswiftCore.dylib

2018-03-06 Thread Harry Mallon
Hi Lucas, With Swift there is a required standard dylib that must be included (and Xcode copies by default). So perhaps CMake should automatically add the rpath option to the Xcode command line? Harry From: Lucas Šoltić Date: Friday, 2 March 2018 at 23:20 To: Harry