certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/test/libgraphc CMakeLists.txt


From: CERTI CVS commits
Subject: [certi-cvs] certi/test/libgraphc CMakeLists.txt
Date: Thu, 09 Jun 2011 13:44:45 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      11/06/09 13:44:45

Modified files:
        test/libgraphc : CMakeLists.txt 

Log message:
        Different naming used in main CMakeLists.txt and here

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/test/libgraphc/CMakeLists.txt?cvsroot=certi&r1=1.8&r2=1.9

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/test/libgraphc/CMakeLists.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- CMakeLists.txt      26 Apr 2011 11:07:38 -0000      1.8
+++ CMakeLists.txt      9 Jun 2011 13:44:45 -0000       1.9
@@ -13,10 +13,10 @@
     LIBRARY DESTINATION lib
     ARCHIVE DESTINATION lib)
     
-if (NOT X11_DISPLAY_MISSING)
+if (NOT X_DISPLAY_MISSING)
    add_library(graph ${BESTATIC} graph_c.cc)
    install(TARGETS graph
     RUNTIME DESTINATION bin
     LIBRARY DESTINATION lib
     ARCHIVE DESTINATION lib)
-endif(NOT X11_DISPLAY_MISSING)
+endif(NOT X_DISPLAY_MISSING)



reply via email to

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