Fix make install (lib/core/CMakeLists.txt)
Bug #1435710 reported by
Óscar García Amor
on 2015-03-24
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | libqtelegram |
Medium
|
Michał Karnicki | ||
Bug Description
There is some errors in lib/core/
CMake Error at lib/core/
file INSTALL cannot find
"/tmp/
Call Stack (most recent call first):
lib/cmake_
cmake_
Makefile:85: recipe for target 'install' failed
make: *** [install] Error 1
You can fix it with patch file.
Related branches
lp:~libqtelegram-team/libqtelegram/dev-fix-make-install
- libqtelegram team: Pending requested 2015-04-14
-
Diff: 25 lines (+1/-6)1 file modifiedlib/core/CMakeLists.txt (+1/-6)
| Michał Karnicki (karni) wrote : | #2 |
| Changed in libqtelegram: | |
| status: | New → Triaged |
| assignee: | nobody → Michał Karnicki (karni) |
| importance: | Undecided → Medium |
Michał Karnicki (karni)
on 2015-04-14
| Changed in libqtelegram: | |
| milestone: | none → m21 |
| status: | Triaged → In Progress |
Michał Karnicki (karni)
on 2015-04-14
| Changed in libqtelegram: | |
| status: | In Progress → Fix Committed |
Michał Karnicki (karni)
on 2015-04-22
| Changed in libqtelegram: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

Thank you! I see those files have been moved to /lib/util, I appreciate your patch, will apply it shortly!