[evolution-data-server/gnome-3-26] Correct typo in libgweather include directory variable
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-3-26] Correct typo in libgweather include directory variable
- Date: Mon, 27 Nov 2017 13:34:01 +0000 (UTC)
commit df86efd6bba6d07bc5d703c96add057f759977ae
Author: Milan Crha <mcrha redhat com>
Date: Mon Nov 27 14:31:31 2017 +0100
Correct typo in libgweather include directory variable
src/calendar/backends/weather/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/backends/weather/CMakeLists.txt b/src/calendar/backends/weather/CMakeLists.txt
index 2379a06..5dc2941 100644
--- a/src/calendar/backends/weather/CMakeLists.txt
+++ b/src/calendar/backends/weather/CMakeLists.txt
@@ -38,7 +38,7 @@ target_include_directories(ecalbackendweather PUBLIC
${CMAKE_BINARY_DIR}/src/calendar
${CMAKE_SOURCE_DIR}/src/calendar
${CALENDAR_INCLUDE_DIRS}
- ${LIBGWEATHER__INCLUDE_DIRS}
+ ${LIBGWEATHER_INCLUDE_DIRS}
)
target_link_libraries(ecalbackendweather
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]