Re: [CMake] [EXTERNAL]: To include external libraries using Cmake

2017-01-04 Thread Matthew Woehlke
(Arf, re-send with an account that's allowed to post to the list...) On 2017-01-04 14:52, Parag Chandra wrote: > If I’m not mistaken, when a library cannot be found, the value of > the variable “ARMADILLO” will be set to “ARMADILLO-NOTFOUND”. Correct. But... > So I think you need to adjust your

Re: [CMake] [EXTERNAL]: To include external libraries using Cmake

2017-01-04 Thread Parag Chandra
Hi there, If I’m not mistaken, when a library cannot be found, the value of the variable “ARMADILLO” will be set to “ARMADILLO-NOTFOUND”. So I think you need to adjust your test to: IF (${ARMADILLO} STREQUAL “ARMADILLO-NOTFOUND”) # do what you want ENDIF () The following links in the doc may

[CMake] To include external libraries using Cmake

2017-01-04 Thread aishwarya selvaraj
Hi , I'm using Cmake to create binary files as it can give a way to build my application that will successfully compile on different platforms . I use : Linux -14.04 Cmake - 2.8.12 My .cpp code is called TSM_CODE_V3.cpp.It depends on two external library files .1) arma

[CMake] Tracing ctest crash on windows

2017-01-04 Thread Aaron Boxer
Hello, I am on windows, with visual studio 2015. Some of my ctest tests are crashing with exception. Is there a way of debugging these tests ? When I run in debug mode, I get an exception dialog, but can't drop into debugging environment. Thanks, Aaron -- Powered by www.kitware.com Please keep