Skip to content

Commit 6426be3

Browse files
committed
[GRASS] fixed cmake build with G7 without G6
1 parent e37ae8b commit 6426be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/providers/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ IF (POSTGRES_FOUND)
2222
ADD_SUBDIRECTORY(postgres)
2323
ENDIF (POSTGRES_FOUND)
2424

25-
IF (WITH_GRASS)
25+
IF (WITH_GRASS OR WITH_GRASS7)
2626
ADD_SUBDIRECTORY(grass)
27-
ENDIF (WITH_GRASS)
27+
ENDIF (WITH_GRASS OR WITH_GRASS7)

0 commit comments

Comments
 (0)