[Cmake-commits] CMake branch, master, updated. v3.16.0-rc2-115-g44b5f037e6

2019-10-22 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index b966de986d..3332ba2f60 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 16) -set(CMake_VERSION_PATCH 2019

Re: [CMake] Centos8 FindICU problems

2019-10-22 Thread Roger Leigh
On 22/10/2019 21:51, Kent Williams wrote: find_package(ICU REQUIRED) It reports failure to find ICU, and I can't work out what I'm supposed to do:     CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):       Failed to find all ICU components

[CMake] Centos8 FindICU problems

2019-10-22 Thread Kent Williams
This is a development system we're just standing up using Centos 8. Linux build8.leepfrog.com 4.18.0-80.7.1.el8_0.x86_64 #1 SMP Sat Aug 3 15:14:00 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux cmake version 3.11.4 gcc version 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC) Installed Packages

Re: [CMake] Qt5 cmake imported target include path on MacOS

2019-10-22 Thread Christopher W. Steenwyk
As an additional piece if information, if I run cmake with "-G Xcode" the command line contains: - -F/usr/local/opt/qt/lib - -F/Users//src//xcode/bin but if I run cmake with "-G Ninja" the command line contains: - -iframework /usr/local/opt/qt/lib On Tue, Oct 22, 2019 at 11:50 AM

[CMake] Fwd: Help needed with '-whole-archive,-export-dynamic'

2019-10-22 Thread David Aldrich
Just to say, I have fixed this problem, so no help needed now. -- 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 to support the CMake community. For more information on each offering,

[CMake] Qt5 cmake imported target include path on MacOS

2019-10-22 Thread Christopher W. Steenwyk
We are using the imported targets of Qt5 on macOS. When we do this the command line shows the include paths to the frameworks directory as "-F" where we would have expected "-iframework ". The former is leading the compiler to give us warnings when compiling the Qt provided header. Any ideas on

[Cmake-commits] CMake branch, master, updated. v3.16.0-rc2-114-g04e0fa3307

2019-10-22 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 04e0fa3307f2376d3f6b8f6dd3c60157a4ef81b2 (commit) via

[CMake] Help needed with '-whole-archive,-export-dynamic'

2019-10-22 Thread David Aldrich
Hi I am porting a gnu make project to CMake. Initially I am using the Ninja generator and running in Ubuntu 18.04. The project consists of a static library 'libKernel.a', which includes main.cpp, which we link into an executable: 'MyApp'. The program dynamically loads shared libraries that need