Opened 16 years ago
Closed 16 years ago
#240 closed enhancement (fixed)
CMAKE config to allow use LEMON as a subproject
Reported by: | Alpar Juttner | Owned by: | Akos Ladanyi |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.1 release |
Component: | build system | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
It would be nice to allow the use of LEMON as a subproject, i.e. when someone could copy the lemon repo/tarball into a subdir of her own project then simply use the ADD_SUBDIRECTORY
cmake command to build LEMON.
Attachments (3)
Change History (12)
Changed 16 years ago by
Attachment: | cmake-subproject.patch added |
---|
comment:2 Changed 16 years ago by
Resolution: | → done |
---|---|
Status: | assigned → closed |
[ba659d676331] is in the main branch now.
comment:3 Changed 16 years ago by
Component: | core → build system |
---|
comment:4 Changed 16 years ago by
Resolution: | done |
---|---|
Status: | closed → reopened |
comment:5 follow-up: 6 Changed 16 years ago by
Please apply the previously attached patch. I forgot to change some variable names in the Windows only parts in the original patch.
comment:6 Changed 16 years ago by
Replying to ladanyi:
Please apply the previously attached patch. I forgot to change some variable names in the Windows only parts in the original patch.
Do we really need this?
Shouldn't we just switch off the whole CPACK related stuff when CMAKE_SOURCE_DIR!=PROJECT_SOURCE_DIR?
comment:9 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
ba659d676331