[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kstars] cmake/modules: INDI_FOUND v0.9.6 can only be true if the client libs are also found.
From:       Allen Winter <allen.winter () kdab ! com>
Date:       2013-12-22 21:14:45
Message-ID: E1VuqMH-0000qj-J7 () scm ! kde ! org
[Download RAW message or body]

Git commit e483388bf9bf932546aec71aca98cda17b439018 by Allen Winter.
Committed on 22/12/2013 at 21:13.
Pushed by winterz into branch 'master'.

INDI_FOUND v0.9.6 can only be true if the client libs are also found.

CCMAIL: mutlaqja@ikarustech.com
CCMAIL: pino@kde.org

M  +3    -3    cmake/modules/FindINDI.cmake

http://commits.kde.org/kstars/e483388bf9bf932546aec71aca98cda17b439018

diff --git a/cmake/modules/FindINDI.cmake b/cmake/modules/FindINDI.cmake
index 0a3e53c..83df90b 100644
--- a/cmake/modules/FindINDI.cmake
+++ b/cmake/modules/FindINDI.cmake
@@ -16,14 +16,14 @@
 # Redistribution and use is allowed according to the terms of the BSD lice=
nse.
 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
 =

-if (INDI_INCLUDE_DIR AND INDI_DATA_DIR AND INDI_LIBRARIES AND INDI_DRIVER_=
LIBRARIES AND INDI_MAIN_LIBRARIES)
+if (INDI_INCLUDE_DIR AND INDI_DATA_DIR AND INDI_LIBRARIES AND INDI_DRIVER_=
LIBRARIES AND INDI_MAIN_LIBRARIES AND INDI_CLIENT_LIBRARIES)
 =

   # in cache already
   set(INDI_FOUND TRUE)
   message(STATUS "Found INDI: ${INDI_LIBRARIES}")
 =

 =

-else (INDI_INCLUDE_DIR AND INDI_DATA_DIR AND INDI_LIBRARIES AND INDI_DRIVE=
R_LIBRARIES AND INDI_MAIN_LIBRARIES)
+else (INDI_INCLUDE_DIR AND INDI_DATA_DIR AND INDI_LIBRARIES AND INDI_DRIVE=
R_LIBRARIES AND INDI_MAIN_LIBRARIES AND INDI_CLIENT_LIBRARIES)
 =

   find_package(PkgConfig)
 =

@@ -75,4 +75,4 @@ else (INDI_INCLUDE_DIR AND INDI_DATA_DIR AND INDI_LIBRARI=
ES AND INDI_DRIVER_LIBR
 =

   mark_as_advanced(INDI_INCLUDE_DIR INDI_DATA_DIR INDI_LIBRARIES INDI_DRIV=
ER_LIBRARIES INDI_MAIN_LIBRARIES INDI_CLIENT_LIBRARIES)
 =

-endif (INDI_INCLUDE_DIR AND INDI_DATA_DIR AND INDI_LIBRARIES AND INDI_DRIV=
ER_LIBRARIES AND INDI_MAIN_LIBRARIES)
+endif (INDI_INCLUDE_DIR AND INDI_DATA_DIR AND INDI_LIBRARIES AND INDI_DRIV=
ER_LIBRARIES AND INDI_MAIN_LIBRARIES AND INDI_CLIENT_LIBRARIES)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic