[CMake] CPack NSIS Silent install option

2015-11-06 Thread J Decker
Would be nice to be able to define a default option for uninstall message box for silent install.. something like CPACK_NSIS_SILENT_UNINSTALL_DEFAULT which could be set with SET( CPACK_NSIS_SILENT_UNINSTALL_DEFAULT /SD IDYES ) # or IDNO or something Modify Modules/NSIS.template.in .. add si

[CMake] Ctest executable dll/so search path

2015-11-06 Thread Scott Aron Bloom
I have a unit test, that I have have avoided deploying, because its executable (gmock/gtest based) depends on a third party dll. Essentially it's a unit test to test our interface to the thirdparty library. So for much of the application unittesting, I have a mock to simulate the 3rd party lib.

[CMake] WIX installer fails for shared files

2015-11-06 Thread Mark Stijnman
I'm using CPack with WIX to create multi-component installers, and I'm having issues with components (or WIX features) that share files. A common use case would be two executables which require the same DLLs. To reproduce the issue, you can use following minimal CMakeLists.txt with three text files

[CMake] looking for help with "ctest_drop_method scp"

2015-11-06 Thread Thompson, KT
Hi, I am looking for information or examples on using CTEST_DROP_METHOD “scp”. I am aware of the documentation at (1) https://cmake.org/Wiki/CMake/Testing_With_CTest and (2) https://cmake.org/Wiki/CTest:Submission_Issues I support a test system that does not have http(s) access to the outside w

Re: [CMake] Visual Studio Cross Compile

2015-11-06 Thread Rashad M
Hello all, I had tried what Michael was saying for another project with MinGW. And it works perfectly. I even had HowTo on our wiki [1] to setup windows development using cmake Eclipse IDE. Note that the "xdk" archive I was saying was generated using cross compile on linux [1] http://wiki.orfeo-

Re: [CMake] [CDash] CTEST_CUSTOM_WARNING_EXECPTION

2015-11-06 Thread Rashad M
So using *.#warning.*deprecated.* should work? I will test this and let you know. On Thu, Nov 5, 2015 at 4:49 PM, David Cole wrote: > Looks to me like it might be (I'm hopeful) working at ignoring the > line which matches the expression ".*vcl_deprecated_header.h.*" ... > > But then, the follow

Re: [CMake] Fwd: Re: cmake needs 2 runs to find boost

2015-11-06 Thread Peter Steinbach
Hi to all, {sorry for the email mess, anyway here is my to answer to Andreas as it affects this mail thread) thanks for the Boost_DEBUG hint. The output is much more concise and digestible than "--trace". Good News: It works now. I discovered I had a cmake Windows build installed on the machin