-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the role of PREFIX variable in CMake. >> PREFIX will now be used only to indicate the path where to install the entire directory hierarchy << e.g.: cmake .. -DPREFIX=$HOME/my_opt/my_dir will install library structure <project_name>/<fc_id>/[<git_branch>[/<debug>]]/<version> inside $HOME/my_opt/my_dir. User defined PREFIX will be associated to special modules name including <user_prefix> string to avoid version overlap. This update (inspired by G.Mazza) will reduce possibilities of misbehaviors associated to overwriting, bad versioning, missing tags, etc.
- Loading branch information
Showing
1 changed file
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters