[cmake-developers] CMake Xcode Scheme generator

2019-03-08 Thread Harry Mallon
and want to choose most important ones for the UI. * Has anyone looked at 'run as root'? This was the main reason why we implemented scheme generation originally. I can prepare a PR if not. Best, Harry Harry Mallon Senior Software Engineer T+44 203 7000 989  60 Poland Street | London | England

Re: [cmake-developers] Retrieving OS Version in CMake

2018-06-05 Thread Harry Mallon
differently to Linux. I haven’t tried Windows or other yet. Maybe the docs for cmake_host_system_information should be expanded to cover behaviour on common platforms and a little more info on intent of each thing? Best, Harry Harry Mallon CODEX | Senior Software Engineer 60 Poland Street |

[cmake-developers] Retrieving OS Version in CMake

2018-06-04 Thread Harry Mallon
“Fedora” and “28”)? Is there already a way to get these in CMake? Best, Harry Harry Mallon Senior Software Engineer [http://codex.online/?action=asset=E3D62C3D-A12C-447D-87A5-F36E7C2AA9A4]<https://codex.online/> T +44 203 7000 989 60 Poland Street | London | England | W1F 7NT

[cmake-developers] COMPILE_OPTIONS or COMPILE_FLAGS

2018-05-01 Thread Harry Mallon
am specifically talking about adding “-mavx” to one file in particular but would prefer a general answer if anyone knows. Thanks, Harry Harry Mallon Senior Software Engineer [http://codex.online/?action=asset=E3D62C3D-A12C-447D-87A5-F36E7C2AA9A4]<https://codex.online/> T +44 203 7000 989&

[cmake-developers] CPackProductbuild Scripts

2016-12-12 Thread Harry Mallon
ll req with documentation. Yours, Harry Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000 989 -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Ki

[cmake-developers] GitLab speed

2016-11-28 Thread Harry Mallon
the equivalent thing on github. I am not sure whether this report is constructive at all so feel free to dismiss my moaning. Yours, Harry Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000 989 -- Powered

[cmake-developers] FindOpenSSL binaries

2016-09-15 Thread Harry Mallon
EXECUTABLE `` # The openssl binary. ... find_path(OPENSSL_EXECUTABLE NAMES openssl ${_OPENSSL_ROOT_HINTS_AND_PATHS} PATH_SUFFIXES bin ) ... 2. Should "OPENSSL_INCLUDE_DIR" be "OPENSSL_INCLUDE_DIRS" or is that not a hard-and-fast rule? Thanks, Harry Harry Ma

Re: [cmake-developers] CpackRPM doesn't escape filenames

2016-07-12 Thread Harry Mallon
ot;${CMAKE_CURRENT_BINARY_DIR}/%dist.txt" "") install(FILES "${CMAKE_CURRENT_BINARY_DIR}/%dist.txt" DESTINATION foo ) include(CPack) Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000 989 &g

Re: [cmake-developers] Some CPackRPM Debug print is printing without DEBUG On

2016-07-11 Thread Harry Mallon
Doh. Less haste more speed. Thanks. Patch 2. H Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000 989 0001-Make-sure-CPackRPM-Debug-print-about-Auto-Filelist-o.patch Description: 0001-Make-sure-CPackRPM-Debug-print

[cmake-developers] Some CPackRPM Debug print is printing without DEBUG On

2016-07-11 Thread Harry Mallon
h attached Harry Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000 989 0001-Make-sure-CPackRPM-Debug-print-about-Auto-Filelist-o.patch Description: 0001-Make-sure-CPackRPM-Debug-print-about-Auto-Filelist-o.patch --

Re: [cmake-developers] Problem with find_path and Frameworks

2016-06-07 Thread Harry Mallon
Thanks Brad. I haven't run into a mac without /System/Library/Frameworks/Kernel.framework before but maybe it comes from XCode or something. Thanks for merging. Harry. Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000

Re: [cmake-developers] Problem with find_path and Frameworks

2016-06-07 Thread Harry Mallon
I have updated my patch with new simplified logic and a test. Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000 989 0001-Fix-a-problem-where-using-find_path-to-find-a-header.patch Description: 0001-Fix-a-problem-where

Re: [cmake-developers] Problem with find_path and Frameworks

2016-05-26 Thread Harry Mallon
I can work around it if need be. I just felt that it was against the stated behaviour of find_path since that function is meant to give the folder where you can find "IOKit/pci/IOPCIDevice.h" rather than the folder where you can find "IOPCIDevice.h". Harry Harry Mal

[cmake-developers] Problem with find_path and Frameworks

2016-05-25 Thread Harry Mallon
s reproducible on OSX with the following CMakeLists.txt: cmake_minimum_required(VERSION 3.0) find_path(IOKIT_INCLUDE_DIR "IOKit/pci/IOPCIDevice.h") message("Path returned: ${IOKIT_INCLUDE_DIR}") Here is a patch which seems to fix it for me: Harry Mallon CODEX | Software

[cmake-developers] Optionally disable /Applications symlink in CPack dragndrop generator

2016-05-25 Thread Harry Mallon
Pull request to optionally disable the /Applications symlink. It is useful when distributing .app files but not needed when distributing other things. https://github.com/Kitware/CMake/pull/246 Harry Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha

[cmake-developers] Very minor doc update

2016-05-23 Thread Harry Mallon
information on other available formats. Defaults to UDZO. Thanks, Harry Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com<mailto:ha...@codexdigital.com> | T +44 203 7000 989<callto:+44%20203%207000%20989> Website | Facebook&

Re: [cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-11 Thread Harry Mallon
Hi Domen, That is infinitely simpler. Looks like a good addition to me. Thanks, Harry Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com<mailto:ha...@codexdigital.com> | T +44 203 7000 989<callto:+44%20203%207000%20989&

Re: [cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-08 Thread Harry Mallon
if(${CPACK_RPM_PACKAGE_RELEASE} STREQUAL "RPMBUILD-DEFAULT") # Fedora/CentOS default e.g. "1.el7.centos" set(CPACK_RPM_PACKAGE_RELEASE "${CPACK_RPM_PACKAGE_RELEASE_NUMBER}${CPACK_RPM_DIST}") endif() H Harry Mallon CODEX | Software Engineer 60 Poland Street | Lo

[cmake-developers] Make CPACK_RPM_PACKAGE_RELEASE match Fedora/RHOS/CentOS recommended behaviour

2016-05-06 Thread Harry Mallon
put of "rpmbuild -E %{dist} 2>/dev/null". * Makes CPACK_RPM_PACKAGE_RELEASE default to "1${CPACK_RPM_DIST}" I think I am right in saying this would not change behaviour on distributions that did not use the %{dist} option as "rpmbuild -E %{dist}" should return noth

Re: [cmake-developers] Suggest if function has lte gte operators

2016-04-08 Thread Harry Mallon
STRLESS $4 AND NOT $5 STRGREATER $6) H Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000 989 > On 8 Apr 2016, at 15:42, Ben Boeckel <ben.boec...@kitware.com> wrote: > > On Fri, Apr 08, 2016 at 14:24:08 +000

[cmake-developers] Suggest if function has lte gte operators

2016-04-08 Thread Harry Mallon
0")". Commit on github: https://github.com/hm1992/CMake/commit/75b318f8809ae71685cad068cd2e8ce9f19fb28a Would this be of interest for merging? I don't really have the time to do extensive testing on it at the moment. Harry Harry Mallon CODEX | Software Engineer 60 Poland S

[cmake-developers] Making shared xcscheme files for Xcode from Cmake

2016-03-31 Thread Harry Mallon
be great if it could make VS configs too. Harry Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com<mailto:ha...@codexdigital.com> | T +44 203 7000 989<callto:+44%20203%207000%20989> Website | Facebook<https://w

Re: [cmake-developers] Access output from CheckCXXSourceRuns and CheckCSourceRuns

2016-01-19 Thread Harry Mallon
Yep. The headers are the same version to version but provide a function to retrieve a filled version struct. H Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com<mailto:ha...@codexdigital.com> | T +44 203 7000 989<callto:

Re: [cmake-developers] Access output from CheckCXXSourceRuns and CheckCSourceRuns

2016-01-19 Thread Harry Mallon
Inline responses. Harry Mallon CODEX | Software Engineer 60 Poland Street | London | England | W1F 7NT E ha...@codexdigital.com | T +44 203 7000 989 > On 19 Jan 2016, at 15:42, Brad King <brad.k...@kitware.com> wrote: > > On 01/18/2016 01:32 PM, Harry Mallon wrote: >> https

[cmake-developers] Access output from CheckCXXSourceRuns and CheckCSourceRuns

2016-01-18 Thread Harry Mallon
Hello, I have just submitted a pull request (https://github.com/Kitware/CMake/pull/209). This passes through the output of the run (as well as the return value) so that users can access any output without using try_run. H Harry Mallon CODEX | Software Engineer 60 Poland Street | London