File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ SET (BINDINGS_GLOBAL_INSTALL FALSE CACHE BOOL "Install bindings to global python
40
40
# Compile flag. Make it posible to turn it off.
41
41
SET (PEDANTIC TRUE CACHE BOOL "Determines if we should compile with -Wall -Werror." )
42
42
43
+ # hide this variable because building of python bindings might fail
44
+ # if set to other directory than expected
45
+ MARK_AS_ADVANCED (LIBRARY_OUTPUT_PATH )
46
+
43
47
#############################################################
44
48
# check if lexer and parser are not missing
45
49
# http://www.mail-archive.com/cmake@cmake.org/msg02861.html
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ MACRO (CHECK_GRASS G_PREFIX)
23
23
24
24
ENDFOREACH (LIB )
25
25
26
+ # LIB_PATH is only temporary variable, so hide it (is it possible to delete a variable?)
27
+ MARK_AS_ADVANCED (LIB_PATH )
28
+
26
29
IF (GRASS_INCLUDE_DIR AND GRASS_LIBRARIES )
27
30
SET (GRASS_FOUND TRUE )
28
31
SET (GRASS_PREFIX ${G_PREFIX} )
You can’t perform that action at this time.
0 commit comments