| Issue 1: | cmake configuration error |
1 of 9
Next ›
|
| 1 person starred this issue and may be notified of changes. | Back to list |
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
|