Skip to content

Commit 2f2ca9f

Browse files
committedApr 2, 2013
unset temporary LIB_PATH var
1 parent 6cfa295 commit 2f2ca9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/FindGRASS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MACRO (CHECK_GRASS G_PREFIX)
2929
ENDFOREACH (LIB)
3030

3131
# LIB_PATH is only temporary variable, so hide it (is it possible to delete a variable?)
32-
MARK_AS_ADVANCED(LIB_PATH)
32+
UNSET(LIB_PATH CACHE)
3333

3434
IF (GRASS_INCLUDE_DIR AND GRASS_LIBRARIES_FOUND)
3535
SET (GRASS_FOUND TRUE)

0 commit comments

Comments
 (0)
Please sign in to comment.