Re: [CMake] using external library

2018-03-05 Thread Kai Wolf
Steph, what you want to achieve is better known as a *Superbuild* in the CMake world. You have several options here, but the most basic one is probably the following: You setup another repository which only builds all the external dependencies (such as Qt) and put them in a predefined place. In

[CMake] using external library

2018-03-05 Thread Stéphane Ancelot
Hi, I need some external libraries in my project (eg a particular version of qt..) These external projects have been cloned locally , I could use ExternalProject_Add to clone it in my project. My major problem is that I will compile it each time and this is time and disk usage  consuming,

[CMake] Compiling cmake-3.10.2 against ncursesw

2018-03-05 Thread John Frankish
Hi, I've been trying to compile cmake-3.10.2 on a system that has only ncursesw using the ./bootstrap script. I could not find a way to tell ./bootstrap to use ncursesw, so I added the following to Modules/FindCurses.cmake set(CURSES_NEED_WIDE TRUE) ..this enables ./bootstrap to find

[Cmake-commits] CMake branch, master, updated. v3.11.0-rc2-136-g49e777a

2018-03-05 Thread Kitware Robot
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 49e777aeb1dbb141383faf1e5cb20c7443952302 (commit) via

Re: [cmake-developers] Platform/MINGW64_NT-6.1: can't bootstrap cmake

2018-03-05 Thread Brad King
On 03/05/2018 02:32 PM, Claus Klein wrote: > I have problems to build cmake an msys2. > It can be found at http://www.msys2.org. We have nightly testing for MSYS2's MinGW toolchain that compiles to a native Windows binary, including the bootstrap script:

[cmake-developers] Platform/MINGW64_NT-6.1: can't bootstrap cmake

2018-03-05 Thread Claus Klein
Hi, I have problems to build cmake an msys2. It can be found at http://www.msys2.org. With regards Claus Avoid ctest truncation of output: CTEST_FULL_OUTPUT === MAIN VARIABLES

[Cmake-commits] CMake branch, master, updated. v3.11.0-rc2-137-g674c5b3

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