Issue 1: cmake configuration error
Status:  New
Owner: ----
Reported by Guorong....@gmail.com, May 6, 2010
What steps will reproduce the problem?
1. type: cmake ../ in the build dir

What is the expected output? What do you see instead?
output from the command above typed:
CMake Error at src/CMakeLists.txt:70 (INSTALL):
  install Library TARGETS given no DESTINATION!


CMake Warning (dev) at src/runner/CMakeLists.txt:38 (LINK_DIRECTORIES):
  This command specifies the relative path

    .

  as a link directory.

  Policy CMP0015 is not set: link_directories() treats paths relative to the
  source dir.  Run "cmake --help-policy CMP0015" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!


What version of the product are you using? On what operating system?
test-ng-pp 1.0, cygwin with cmake 2.8.1

Please provide any additional information below.


Aug 21, 2010
Project Member #1 darwin.y...@gmail.com
I never tries this on Cygwin, so it might have problems. I'll tested it once I installed the environment on my computer.