Skip to content

Commit e09a0a5

Browse files
committedAug 6, 2012
master merge
2 parents 53da893 + 3b3f674 commit e09a0a5

File tree

218 files changed

+11335
-4219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+11335
-4219
lines changed
 

‎INSTALL

Lines changed: 276 additions & 32 deletions
Large diffs are not rendered by default.

‎cmake/Bison.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MACRO(FIND_BISON)
1212
IF (MSVC)
1313
FIND_PROGRAM(BISON_EXECUTABLE PATHS
1414
NAMES bison.exe
15-
PATHS $ENV{LIB_DIR}/bin $ENV{PROGRAMFILES}/GnuWin32/bin
15+
PATHS $ENV{LIB_DIR}/bin c:/cygwin/bin $ENV{PROGRAMFILES}/GnuWin32/bin
1616
)
1717
ELSE (MSVC)
1818
FIND_PROGRAM(BISON_EXECUTABLE bison)

0 commit comments

Comments
 (0)
Please sign in to comment.