Bug #777
CMake: CONFIGURE_FILE for 2.8 Installation Fails
Status: | Closed | Start date: | 12/07/2009 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | sfb | % Done: | 100% |
|
Category: | Build | |||
Target version: | Version 0.8.0 |
Description
Developers using CMake 2.8 are encountering failures during 'make install' and 'make package' due to CONFIGURE_FILE generating the resulting file in a different destination than 2.6 and earlier which use CMAKE_BINARY_DIR. We need to determine where this new directory is and modify the INSTALL commands to reflect it appropriately based upon the version of CMake the user is using.
History
#2 Updated by kervala almost 8 years ago
- Project changed from NeL to Ryzom
- Category changed from Build to Build
- Target version deleted (
0.8.0)
#3 Updated by kervala almost 8 years ago
- Status changed from New to Resolved
- Assignee set to sfb
- Target version set to Version 0.8.0
We fixed this by adding the output dir in CONFIGURE_FILE and in INSTALL so files are copied in the right location for all CMake versions :)
#4 Updated by kervala almost 8 years ago
- % Done changed from 0 to 100
#5 Updated by kervala almost 8 years ago
- Status changed from Resolved to Closed