New issue 14 by xueqianz...@gmail.com: Unknown CMake
command "CUDA_ADD_LIBRARY".
http://code.google.com/p/opencurrent/issues/detail?id=14
What steps will reproduce the problem?
1. I entered ..../src/, then typed cmake ocuequation/
2.
3.
What is the expected output? What do you see instead?
CMake Error at CMakeLists.txt:15 (CUDA_ADD_LIBRARY):
Unknown CMake command "CUDA_ADD_LIBRARY".
What version of the product are you using? On what operating system?
1.0.1, ubuntu 8.04 64-bit
Please provide any additional information below.
You have to run cmake on the top level directory, e.g.:
('src' and 'sm20_rel' are parallel to each other)
from the top level:
cd sm20_rel
cmake ../src