certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi CMakeLists.txt


From: CERTI CVS commits
Subject: [certi-cvs] certi CMakeLists.txt
Date: Thu, 22 Aug 2013 07:46:36 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      13/08/22 07:46:35

Modified files:
        .              : CMakeLists.txt 

Log message:
        Search only Xlib.h and display actual X11 include dir found.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/CMakeLists.txt?cvsroot=certi&r1=1.118&r2=1.119

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/CMakeLists.txt,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- CMakeLists.txt      11 Apr 2013 20:20:52 -0000      1.118
+++ CMakeLists.txt      22 Aug 2013 07:46:23 -0000      1.119
@@ -307,8 +307,9 @@
 ENDIF(NOT FORCE_NO_X11)
 
 IF (X11_FOUND)
+   message(STATUS "X11 include directory: ${X11_INCLUDE_DIR}")
    FIND_FILE(HAVE_X11_XLIB
-     NAMES Xlib Xlib.h
+     NAMES Xlib.h
      PATH_SUFFIXES X11/
      DOC "X11 Xlib header")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]