Modify ↓
Opened 12 years ago
Closed 12 years ago
#130 closed enhancement (fixed)
Check explicitly for C++ compilers and disable cameras accordingly
Reported by: | Matthias Vogelgesang | Owned by: | Matthias Vogelgesang |
---|---|---|---|
Priority: | major | Milestone: | libuca-1.1 |
Component: | libuca | Version: | |
Keywords: | Cc: |
Description
Although the C++ compiler is checked for when compiling .cc
files, we still need to check in the configuration stage that one exists. If this is not the case, the camera module should not be built.
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | → libuca-0.6 |
---|
comment:2 Changed 12 years ago by
Milestone: | libuca-0.6 → libuca-0.7 |
---|---|
Status: | new → accepted |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Disable any other compilers than C: b8d34c2.
Note: See
TracTickets for help on using
tickets.
In the current master trunk, nothing has to be compiled with a C++ compiler. Thus, I will post-pone this issue until this is the case (e.g. LiMA).