[CMake] FindLibrary only looks for lib under Windows

2010-09-14 Thread emeplease
Hi, I have modified the FindAPR.cmake module to look for the APR library under Windows. Using Find_Library , the library that it should look for is "libapr-1.dll" , however, cmake fails to find it. If I change the name from "libapr-1.dll" to "libapr-1.lib" , CMake can successfully locate it.

Re: [CMake] CTest: Cannot find any coverage files. Ignoring Coverage request.

2010-08-25 Thread emeplease
8/25 David Cole: How are you running ctest to try to get the coverage reported? With -D NightlyCoverage? With a -S script? What version of ctest? On Wed, Aug 25, 2010 at 3:31 AM, emeplease wrote: Hi, I am going to enable coverage test in my project, I have en

[CMake] CTest: Cannot find any coverage files. Ignoring Coverage request.

2010-08-25 Thread emeplease
Hi, I am going to enable coverage test in my project, I have enabled the following compile options: --- CXXFLAGS="-g -O0 -Wall -Wshadow \ -Wunused-function -Wunused -Wno-system-headers \ -Wno-deprecat