Skip to content

Commit

Permalink
[GRASS] fixed cmake build with G7 without G6
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Oct 18, 2015
1 parent e37ae8b commit 6426be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/CMakeLists.txt
Expand Up @@ -22,6 +22,6 @@ IF (POSTGRES_FOUND)
ADD_SUBDIRECTORY(postgres)
ENDIF (POSTGRES_FOUND)

IF (WITH_GRASS)
IF (WITH_GRASS OR WITH_GRASS7)
ADD_SUBDIRECTORY(grass)
ENDIF (WITH_GRASS)
ENDIF (WITH_GRASS OR WITH_GRASS7)

0 comments on commit 6426be3

Please sign in to comment.