Skip to content

Commit

Permalink
fix bison cmake detection
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11429 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 18, 2009
1 parent ec1c107 commit 3d3c72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Bison.cmake
Expand Up @@ -6,7 +6,7 @@ MACRO(FIND_BISON)
IF (MSVC)
FIND_PROGRAM(BISON_EXECUTABLE PATHS
NAMES bison.exe
PATHS $ENV{LIB_DIR} $ENV{PROGRAMFILES}/GnuWin32/bin
PATHS $ENV{LIB_DIR}/bin $ENV{PROGRAMFILES}/GnuWin32/bin
)
ELSE (MSVC)
FIND_PROGRAM(BISON_EXECUTABLE bison)
Expand Down

0 comments on commit 3d3c72f

Please sign in to comment.