[CMake] test dependencies and CTest -I

2016-08-19 Thread Lowekamp, Bradley (NIH/NLM/LHC) [C]
Hello, I am trying to get ctest working on CircleCI with multiple concurrent containers. The following command works for many cases: ctest -j 2 -I ${CIRCLE_NODE_INDEX},,${CIRCLE_NODE_TOTAL} unless there are dependencies specified between tests via something like: set_property(TEST B APPEND

Re: [CMake] Problem building CMake with system OPENSSL

2016-06-08 Thread Lowekamp, Bradley (NIH/NLM/LHC) [C]
Thanks you for the fix and tips! Brad From: Brad King [brad.k...@kitware.com] Sent: Tuesday, June 07, 2016 3:13 PM To: Lowekamp, Bradley (NIH/NLM/LHC) [C] Cc: CMake@cmake.org Subject: Re: [CMake] Problem building CMake with system OPENSSL On 06/07/2016 10

Re: [CMake] Problem building CMake with system OPENSSL

2016-06-07 Thread Lowekamp, Bradley (NIH/NLM/LHC) [C]
e included from /tmp/cmake-3.6.0-rc1/Utilities/cmlibarchive/libarchive/archive_write_set_format_zip.c:52:0: /tmp/cmake-3.6.0-rc1/Utilities/cmlibarchive/libarchive/archive_cryptor_private.h:102:25: fatal error: openssl/evp.h: No such file or directory #include ^ compilatio

Re: [CMake] Problem building CMake with system OPENSSL

2016-06-06 Thread Lowekamp, Bradley (NIH/NLM/LHC) [C]
; > to your CMakeLists.txt ? > > 2016-06-03 10:27 GMT-04:00 Lowekamp, Bradley (NIH/NLM/LHC) [C] > <blowek...@mail.nih.gov>: >> Hello, >> >> I am trying to build CMake on an old system with a new version of openssl. >> My build script was working with CMake 3.4

[CMake] Problem building CMake with system OPENSSL

2016-06-03 Thread Lowekamp, Bradley (NIH/NLM/LHC) [C]
Hello, I am trying to build CMake on an old system with a new version of openssl. My build script was working with CMake 3.4 but is not working with 3.5.2 or current master. Here is how I am building cmake: cd /tmp/cmake-build && ../${CMAKE_ROOT}/bootstrap && make -j ${NPROC} &&

[CMake] Issue parsing command lines with '=' in value of defined variables

2015-01-13 Thread Lowekamp, Bradley (NIH/NLM/LHC) [C]
Hello, I encountered this issue only on windows why trying to use the ExternalData module with a file called: slice_01524_z-5.0034um.tif I am tested with CMake 3.0.2 and 2.8.12.2 on widows for this test. Here is the test script: foreach(i RANGE ${CMAKE_ARGC}) message(STATUS ARGV${i}: