First, CMake is quite impressive. Nice job.

I am using it in a non-standard way where I set a bunch of variables and then go straight to CTest thatI installs our software and then runs several hundred tests on it. The batch file looks like this:

rmdir /s/q build
mkdir build
cd build
cmake -Dx64=%x64% -Doption:STRING="%opt%" ..
ctest -D Experimental -S

I do not make or build or compile.

I recently hooked this up to a CDash server which is very handy. I want to get the results that are sent to CDash, currently from Windows only, to be all green.

Under Build I have one error: Build log line 2. The system cannot find the file specified. CMake Error: Generator: execution of make failed. Make command was: "nmake" "/nologo" "-i"

Under Build I have one warning: Build log line 1. *** WARNING non-zero return value in ctest from: C:\Program Files\CMake\bin\cmake.exe

Is there a way to suppress the execution of these steps or their error messages?

Thanks,

Donald

--
Donald [|]
A bad day in [] is better than a good day in {}.


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

--

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 community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake

Reply via email to