[Cmake-commits] CMake branch, master, updated. v3.14.4-1083-gc22693b

2019-05-23 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 6948abd..386dbbf 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 14) -set(CMake_VERSION_PATCH 20190523) +set(CMake_VER

Re: [CMake] Specifying VS 2019 LLVM toolset on CMake command line?

2019-05-23 Thread Robert Maynard via CMake
I believe it is "-T llvm" when using the Visual Studio Generators On Sun, May 19, 2019 at 3:33 PM Osman Zakir wrote: > > How do I specify the VS 2019 LLVM toolset when configuring a build with CMake > on the command line? > -- > > Powered by www.kitware.com > > Please keep messages on-topic

[Cmake-commits] CMake branch, master, updated. v3.14.4-1082-gf03a80a

2019-05-23 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via f03a80aefd4073bc1502c2e486fedfdbd8addfb6 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.14.4-1080-ga4faf77

2019-05-23 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via a4faf7788cc40b17c48a9393cd15425ee65abfd9 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.14.4-1078-g22df62b

2019-05-23 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 22df62b58d8e2b9af5e754f4ed413d90088eb79e (commit) via

[Cmake-commits] CMake branch, master, updated. v3.14.4-1061-gd7e70d0

2019-05-23 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via d7e70d01fe510b6f5760a88cc6f244cbc0ed5f32 (commit) via

[CMake] cmake + ccache -> cross-compile -> toolchain wrapper

2019-05-23 Thread Haio Maio
How do you use cmake + ccache to cross compile in combination with a toolchain compiler wrapper (from crosstool-NG)? The situation: cross-compile for arm with a sdk + cmake + ccache The sdk installation $ sdk-dat-arm$ ll host/usr/bin/ arm-am3354-linux-gnueabihf-c++ -> ext-toolchain-wrapper*

Re: [CMake] Troubles compiling llvm

2019-05-23 Thread Eric Doenges
To answer myself: I just saw that you already set CMAKE_INSTALL_PREFIX, so ignore that part of my answer. Unfortunately, as far as I am aware it is not possible to split building with ExternalProject_Add into separate build and install steps, so your options essentially boil down to: 1)

Re: [CMake] Troubles compiling llvm

2019-05-23 Thread Albrecht Schlosser
Am 23.05.2019 10:40 schrieb Steven Truppe: i'm trying to compile llvm with ExternalProject_Add and get the following error: -- Installing: /usr/lib/ocaml/llvm/llvm.mli CMake Error at bindings/ocaml/llvm/cmake_install.cmake:49 (file):   file INSTALL cannot copy file

Re: [CMake] Troubles compiling llvm

2019-05-23 Thread Eric Doenges
Hi Steven, I would assume the problem is that you do not have write permissions for /usr/lib. You either need to give yourself the appropriate rights, our run the build as root (which is probably a very bad idea). If you don't want to actually install to /usr/lib, you can pass a different

[CMake] Troubles compiling llvm

2019-05-23 Thread Steven Truppe
Hi everyone, i'm trying to compile llvm with ExternalProject_Add and get the following error: -- Installing: /usr/lib/ocaml/llvm/llvm.mli CMake Error at bindings/ocaml/llvm/cmake_install.cmake:49 (file):   file INSTALL cannot copy file