fails to build with cmake-2.8.12
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Déjà Dup |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
CMake Error at deja-dup/
Target "widgets" links to item "-lgtk-3 -lgdk-3 -lpangocairo-1.0
-lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0
-lgobject-2.0 -lglib-2.0 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0
-lglib-2.0 -lpeas-1.0 -Wl,--export-
-lgireposito
-lgobject-2.0 -lglib-2.0 " which has leading or trailing whitespace. This
is now an error according to policy CMP0004.
CMake Warning (dev) in deja-dup/
Policy CMP0022 is not set: INTERFACE_
interface. Run "cmake --help-policy CMP0022" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Target "widgets" has an INTERFACE_
preferred as the source of the link interface for this library but because
CMP0022 is not set CMake is ignoring the property and using the link
implementation as the link interface instead.
INTERFACE_
deja;-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lnotify
-lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpeas-1.0 -Wl,--export-
-lglib-2.0 -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0
Link implementation:
deja;-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lnotify
-lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpeas-1.0 -Wl,--export-
-lglib-2.0 -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at deja-dup/
Target "widgets" links to item "-lgtk-3 -lgdk-3 -lpangocairo-1.0
-lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0
-lgobject-2.0 -lglib-2.0 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0
-lglib-2.0 -lpeas-1.0 -Wl,--export-
-lgireposito
-lgobject-2.0 -lglib-2.0 " which has leading or trailing whitespace. This
is now an error according to policy CMP0004.
CMake Error at deja-dup/
Target "widgets" links to item "-lgtk-3 -lgdk-3 -lpangocairo-1.0
-lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0
-lgobject-2.0 -lglib-2.0 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0
-lglib-2.0 -lpeas-1.0 -Wl,--export-
-lgireposito
-lgobject-2.0 -lglib-2.0 " which has leading or trailing whitespace. This
is now an error according to policy CMP0004.
Related branches
- Déjà Dup Developers: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifieddeja-dup/widgets/CMakeLists.txt (+1/-1)
Changed in deja-dup: | |
status: | Fix Committed → Fix Released |
Thanks!