Skip to content

Commit

Permalink
unset temporary LIB_PATH var
Browse files Browse the repository at this point in the history
  • Loading branch information
kyngchaos committed Apr 2, 2013
1 parent 6cfa295 commit 2f2ca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindGRASS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MACRO (CHECK_GRASS G_PREFIX)
ENDFOREACH (LIB)

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

IF (GRASS_INCLUDE_DIR AND GRASS_LIBRARIES_FOUND)
SET (GRASS_FOUND TRUE)
Expand Down

0 comments on commit 2f2ca9f

Please sign in to comment.