RSS: Require camel and libedataserer pkgconfig files
While the files are checked for in the main CMakeLists.txt file, it'll be better to require the two pkg-config files, in case they are renamed or any such change.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
pkg_check_modules(LIBEDATASERVER libedataserver-1.2)
|
pkg_check_modules(LIBEDATASERVER libedataserver-1.2 REQUIRED)
|
||||||
pkg_check_modules(CAMEL camel-1.2)
|
pkg_check_modules(CAMEL camel-1.2 REQUIRED)
|
||||||
pkg_check_variable(camel_providerdir camel-1.2 camel_providerdir)
|
pkg_check_variable(camel_providerdir camel-1.2 camel_providerdir)
|
||||||
|
|
||||||
set(sources
|
set(sources
|
||||||
|
Reference in New Issue
Block a user