sinojelly / test-ng-pp

Automatically exported from code.google.com/p/test-ng-pp
GNU Lesser General Public License v3.0
0 stars 1 forks source link

cmake configuration error #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by Guorong....@gmail.com on 6 May 2010 at 2:32

GoogleCodeExporter commented 9 years ago
I never tries this on Cygwin, so it might have problems. I'll tested it once I 
installed the environment on my computer.

Original comment by darwin.y...@gmail.com on 22 Aug 2010 at 5:44