mohdshamilshafi / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

Header file (cudpp_config.h) not installed by CMake #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run cmake on Linux (Ubuntu)
2. Set install directory to /home/<user>/local/cudpp/
3. make && make install
4. compile a separate project that uses cudpp

What is the expected output? What do you see instead?
Expected output: successfull compilation
Actual output: compilation aborts with missing header file (cudpp_config.h)
Works well when cudpp_config.h is manually copied into the 
<install_dir>/include/ directory.

What version of the product are you using? On what operating system?
cudpp 2.0

Please provide any additional information below.
Should be simple to add an install cmake command for the cudpp_config.h 
configure file.

Original issue reported on code.google.com by andre.r....@gmail.com on 6 Jun 2012 at 8:24

GoogleCodeExporter commented 8 years ago
This is a duplicate of issue 115. Strange that they both were reported today.

Original comment by harr...@gmail.com on 6 Jun 2012 at 8:35