certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/scripts FindLexYacc.cmake


From: certi-cvs
Subject: [certi-cvs] certi/scripts FindLexYacc.cmake
Date: Thu, 11 Dec 2008 13:51:03 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/12/11 13:51:03

Modified files:
        scripts        : FindLexYacc.cmake 

Log message:
        Use appropriate include directory for GnuWin32 - flex

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/FindLexYacc.cmake?cvsroot=certi&r1=1.4&r2=1.5

Patches:
Index: FindLexYacc.cmake
===================================================================
RCS file: /sources/certi/certi/scripts/FindLexYacc.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- FindLexYacc.cmake   7 May 2008 14:09:29 -0000       1.4
+++ FindLexYacc.cmake   11 Dec 2008 13:51:03 -0000      1.5
@@ -55,6 +55,6 @@
    IF(LEX_FOUND)
         get_filename_component(PATH_LEX ${LEX_PROGRAM} PATH)
         get_filename_component(INCLUDE_LEX ${PATH_LEX} PATH)
-        INCLUDE_DIRECTORIES(${INCLUDE_LEX})
+        INCLUDE_DIRECTORIES(${INCLUDE_LEX}/include)
    ENDIF(LEX_FOUND)
 ENDIF(WIN32)
\ No newline at end of file




reply via email to

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