Re: [CMake] c++2a

2019-05-09 Thread Stefan Fendt
Am 07.05.2019 um 20:37 schrieb Angel Campoverde: > Next time please ask what computer I am using. *What*? Really? *Please* give this a second thought... Stefan -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

[CMake] Cpack NSIS Issue

2014-01-06 Thread Stefan Fendt
Hi, I'm trying to automate the installer generation of one of my projects. Everything is working fine so far except one thing: One of my test-users (still using XP) is 'moaning' about not having a start-menu-entry for the program (but for the uninstaller). Unfortunately I don't have an instance

Re: [CMake] Windows XP + CMake + VS2013

2013-12-10 Thread Stefan Fendt
Hi Andrey, You should add CMake command option /|-T vc120_xp |/ Many thanks! with best regards, Stefan -- 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

[CMake] Windows XP + CMake + VS2013

2013-12-08 Thread Stefan Fendt
Hi, I'm using CMake 2.8.12 together with MSVC 2013 and need to produce a binary which is (still) compatible with Windows XP SP3. If I'm right, then I need to change the compiler toolchain to 120_xp to make this work (I get the message that the binary isn't a valid WIN32-application on the XP

Re: [CMake] apply for maintainer of FindOpenCL.cmake

2012-02-24 Thread Stefan Fendt
Hi, It would be nice to have an OpenCL find module. But it should include easy access to the Intel and NVIDIA libraries as well, I think, not just AMD. I'm not an CMake-expert... but maybe my variant of a FindOpenCL.cmake might be of some use for someone... best regards Stefan Fendt

[CMake] Copying Files into build-dir under Visual Studio vs. Codeblocks/Win32 vs. Codeblocks/Linux

2012-02-09 Thread Stefan Fendt
Hi, I'm (still) quite unsure if this isn't an FAQ (or if not maybe should be one), but I have read through everything I could google-up regarding this topic and found nothing usable... I'm writing an x-platform-project which will be compiled using different compilers and or under different